COLOR #F18A4B

HEX: #F18A4B
RGB: (241,138,75)

Color info

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

RGB color model

#F18A4B color RGB value is (241,138,75).

  • red value is 241;
  • green value is 138;
  • blue value is 75.
RGB:
(241,138,75)
(95%,54%,29%)

RGB channels and saturation

R 241 of 255 = 95%
G 138 of 255 = 54%
B 75 of 255 = 29%

241
138
75

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

Portions of RGB colors in percentages

R + G + B =
241 + 138 + 75 = 454 (100%)
R 241 of 454 ~ 53.08%
G 138 of 454 ~ 30.4%
B 75 of 454 ~ 16.52%

%53.08
%30.4
%16.52

CMYK color model

#F18A4B color CMYK value is (0,43,69,5).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 68.88%
  • key color value is 5.49%
CMYK:
(0,43,69,5)
C0M43Y69K5 
(0%,43%,69%,5%)
(0.00/0.43/0.69/0.05)	

CMYK percentages

%0
%42.74
%68.88
%5.49

Codes

Color #F18A4B in popluar color models

F18A4B
RGB24113875
HSL23°85.57%61.96%
HSB/HSV23°68.88%94.51%
CMYK0.00%42.74%68.88%
5.49%

Color #F18A4B in popluar number systems.

HEXF18A4B
Decimal24113875
Binary11110001100010101001011
Octal361212113

Shades and tints

Shades of #F18A4B

#F18A4B
(241,138,75)
#DC7E45
(220,126,69)
#C7723F
(199,114,63)
#B26639
(178,102,57)
#9D5A33
(157,90,51)
#884E2D
(136,78,45)
#734227
(115,66,39)
#5E3621
(94,54,33)
#492A1B
(73,42,27)
#341E15
(52,30,21)
#1F120F
(31,18,15)
#000000
(0,0,0)

Tints of #F18A4B

#F18A4B
(241,138,75)
#F2945B
(242,148,91)
#F39E6B
(243,158,107)
#F4A87B
(244,168,123)
#F5B28B
(245,178,139)
#F6BC9B
(246,188,155)
#F7C6AB
(247,198,171)
#F8D0BB
(248,208,187)
#F9DACB
(249,218,203)
#FAE4DB
(250,228,219)
#FBEEEB
(251,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18A4B color. Also use rgb(241,138,75) instead hex code.

Text Font Color

.myTextColor { color: #F18A4B; }

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

This text font color is #F18A4B.


Background Color

.myBgColor { background-color: #F18A4B; }

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

This div background color is #F18A4B.


Border color

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

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

This div border color is #F18A4B.


Opacity

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

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

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

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

This text has shadow with #F18A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18A4B on black background.


Color preview on white background

This text has color #F18A4B on white background.



Black color preview on #F18A4B background

This text has black color on #F18A4B background.


White color preview on #F18A4B background

This text has white color on #F18A4B background.