COLOR #F4A35C

HEX: #F4A35C
RGB: (244,163,92)

Color info

#F4A35C contains mainly red color. Web safe color of #F4A35C is #FF9966 (or #F96).

RGB color model

#F4A35C color RGB value is (244,163,92).

  • red value is 244;
  • green value is 163;
  • blue value is 92.
RGB:
(244,163,92)
(96%,64%,36%)

RGB channels and saturation

R 244 of 255 = 96%
G 163 of 255 = 64%
B 92 of 255 = 36%

244
163
92

R + G + B ~ 65%. #F4A35C is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 163 + 92 = 499 (100%)
R 244 of 499 ~ 48.9%
G 163 of 499 ~ 32.67%
B 92 of 499 ~ 18.44%

%48.9
%32.67
%18.44

CMYK color model

#F4A35C color CMYK value is (0,33,62,4).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 62.30%
  • key color value is 4.31%
CMYK:
(0,33,62,4)
C0M33Y62K4 
(0%,33%,62%,4%)
(0.00/0.33/0.62/0.04)	

CMYK percentages

%0
%33.2
%62.3
%4.31

Codes

Color #F4A35C in popluar color models

F4A35C
RGB24416392
HSL28°87.36%65.88%
HSB/HSV28°62.30%95.69%
CMYK0.00%33.20%62.30%
4.31%

Color #F4A35C in popluar number systems.

HEXF4A35C
Decimal24416392
Binary11110100101000111011100
Octal364243134

Shades and tints

Shades of #F4A35C

#F4A35C
(244,163,92)
#DE9554
(222,149,84)
#C8874C
(200,135,76)
#B27944
(178,121,68)
#9C6B3C
(156,107,60)
#865D34
(134,93,52)
#704F2C
(112,79,44)
#5A4124
(90,65,36)
#44331C
(68,51,28)
#2E2514
(46,37,20)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #F4A35C

#F4A35C
(244,163,92)
#F5AB6A
(245,171,106)
#F6B378
(246,179,120)
#F7BB86
(247,187,134)
#F8C394
(248,195,148)
#F9CBA2
(249,203,162)
#FAD3B0
(250,211,176)
#FBDBBE
(251,219,190)
#FCE3CC
(252,227,204)
#FDEBDA
(253,235,218)
#FEF3E8
(254,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A35C color. Also use rgb(244,163,92) instead hex code.

Text Font Color

.myTextColor { color: #F4A35C; }

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

This text font color is #F4A35C.


Background Color

.myBgColor { background-color: #F4A35C; }

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

This div background color is #F4A35C.


Border color

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

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

This div border color is #F4A35C.


Opacity

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

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

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

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

This text has shadow with #F4A35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A35C on black background.


Color preview on white background

This text has color #F4A35C on white background.



Black color preview on #F4A35C background

This text has black color on #F4A35C background.


White color preview on #F4A35C background

This text has white color on #F4A35C background.