COLOR #F0844B

HEX: #F0844B
RGB: (240,132,75)

Color info

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

RGB color model

#F0844B color RGB value is (240,132,75).

  • red value is 240;
  • green value is 132;
  • blue value is 75.
RGB:
(240,132,75)
(94%,52%,29%)

RGB channels and saturation

R 240 of 255 = 94%
G 132 of 255 = 52%
B 75 of 255 = 29%

240
132
75

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

Portions of RGB colors in percentages

R + G + B =
240 + 132 + 75 = 447 (100%)
R 240 of 447 ~ 53.69%
G 132 of 447 ~ 29.53%
B 75 of 447 ~ 16.78%

%53.69
%29.53
%16.78

CMYK color model

#F0844B color CMYK value is (0,45,69,6).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 68.75%
  • key color value is 5.88%
CMYK:
(0,45,69,6)
C0M45Y69K6 
(0%,45%,69%,6%)
(0.00/0.45/0.69/0.06)	

CMYK percentages

%0
%45
%68.75
%5.88

Codes

Color #F0844B in popluar color models

F0844B
RGB24013275
HSL21°84.62%61.76%
HSB/HSV21°68.75%94.12%
CMYK0.00%45.00%68.75%
5.88%

Color #F0844B in popluar number systems.

HEXF0844B
Decimal24013275
Binary11110000100001001001011
Octal360204113

Shades and tints

Shades of #F0844B

#F0844B
(240,132,75)
#DB7845
(219,120,69)
#C66C3F
(198,108,63)
#B16039
(177,96,57)
#9C5433
(156,84,51)
#87482D
(135,72,45)
#723C27
(114,60,39)
#5D3021
(93,48,33)
#48241B
(72,36,27)
#331815
(51,24,21)
#1E0C0F
(30,12,15)
#000000
(0,0,0)

Tints of #F0844B

#F0844B
(240,132,75)
#F18F5B
(241,143,91)
#F29A6B
(242,154,107)
#F3A57B
(243,165,123)
#F4B08B
(244,176,139)
#F5BB9B
(245,187,155)
#F6C6AB
(246,198,171)
#F7D1BB
(247,209,187)
#F8DCCB
(248,220,203)
#F9E7DB
(249,231,219)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0844B color. Also use rgb(240,132,75) instead hex code.

Text Font Color

.myTextColor { color: #F0844B; }

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

This text font color is #F0844B.


Background Color

.myBgColor { background-color: #F0844B; }

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

This div background color is #F0844B.


Border color

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

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

This div border color is #F0844B.


Opacity

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

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

Text with #F0844B 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 #F0844B;}

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

This text has shadow with #F0844B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0844B on black background.


Color preview on white background

This text has color #F0844B on white background.



Black color preview on #F0844B background

This text has black color on #F0844B background.


White color preview on #F0844B background

This text has white color on #F0844B background.