COLOR #F28532

HEX: #F28532
RGB: (242,133,50)

Color info

#F28532 contains mainly red color. Web safe color of #F28532 is #FF9933 (or #F93).

RGB color model

#F28532 color RGB value is (242,133,50).

  • red value is 242;
  • green value is 133;
  • blue value is 50.
RGB:
(242,133,50)
(95%,52%,20%)

RGB channels and saturation

R 242 of 255 = 95%
G 133 of 255 = 52%
B 50 of 255 = 20%

242
133
50

R + G + B ~ 56%. #F28532 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 133 + 50 = 425 (100%)
R 242 of 425 ~ 56.94%
G 133 of 425 ~ 31.29%
B 50 of 425 ~ 11.76%

%56.94
%31.29
%11.76

CMYK color model

#F28532 color CMYK value is (0,45,79,5).

  • cyan value is 0.00%
  • magenta value is 45.04%
  • yellow value is 79.34%
  • key color value is 5.10%
CMYK:
(0,45,79,5)
C0M45Y79K5 
(0%,45%,79%,5%)
(0.00/0.45/0.79/0.05)	

CMYK percentages

%0
%45.04
%79.34
%5.1

Codes

Color #F28532 in popluar color models

F28532
RGB24213350
HSL26°88.07%57.25%
HSB/HSV26°79.34%94.90%
CMYK0.00%45.04%79.34%
5.10%

Color #F28532 in popluar number systems.

HEXF28532
Decimal24213350
Binary1111001010000101110010
Octal36220562

Shades and tints

Shades of #F28532

#F28532
(242,133,50)
#DC792E
(220,121,46)
#C66D2A
(198,109,42)
#B06126
(176,97,38)
#9A5522
(154,85,34)
#84491E
(132,73,30)
#6E3D1A
(110,61,26)
#583116
(88,49,22)
#422512
(66,37,18)
#2C190E
(44,25,14)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #F28532

#F28532
(242,133,50)
#F39044
(243,144,68)
#F49B56
(244,155,86)
#F5A668
(245,166,104)
#F6B17A
(246,177,122)
#F7BC8C
(247,188,140)
#F8C79E
(248,199,158)
#F9D2B0
(249,210,176)
#FADDC2
(250,221,194)
#FBE8D4
(251,232,212)
#FCF3E6
(252,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28532 color. Also use rgb(242,133,50) instead hex code.

Text Font Color

.myTextColor { color: #F28532; }

<p style="color:#F28532">This sample text font color is #F28532.</p>

This text font color is #F28532.


Background Color

.myBgColor { background-color: #F28532; }

<div style="background-color:#F28532">Inner text</div>

This div background color is #F28532.


Border color

.myBorderColor { border: 1px solid #F28532; }

<div style="border:3px solid #F28532">Div</div>

This div border color is #F28532.


Opacity

.myOpacity80 { color: #F28532; opacity: 0.8; }

<p style="color:#F28532;opacity:0.8;">80%</p>

Text with #F28532 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F28532;}

<p style="text-shadow: 3px 3px 1px #F28532">Text here.</p>

This text has shadow with #F28532 color.

.textShadow {text-shadow: 3px 3px 1px #F28532, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F28532, 5px 5px 20px red">Text here.</p>

This text has shadow with #F28532 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F28532, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F28532, Direction=45, Strength=4)">Text</p>

This text has shadow with #F28532 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F28532;
  -webkit-box-shadow:	1px 1px 3px 2px #F28532;
  box-shadow:		1px 1px 3px 2px #F28532;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F28532;
-webkit-box-shadow: 1px 1px 3px 2px #F28532;
box-shadow:1px 1px 3px 2px #F28532;">
Div content here</div>
This div box has shadow with color #F28532.

Preview

Color preview on black background

This text has color #F28532 on black background.


Color preview on white background

This text has color #F28532 on white background.



Black color preview on #F28532 background

This text has black color on #F28532 background.


White color preview on #F28532 background

This text has white color on #F28532 background.