COLOR #F4A35D

HEX: #F4A35D RGB: (244,163,93)

Color info

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

RGB color model

#F4A35D color RGB value is (244,163,93).

RGB: (244,163,93) (96%, 64%, 36%)

RGB channels and saturation

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

244
163
93

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

Portions of RGB colors in percentages

R + G + B = 244 + 163 + 93 = 500 (100%)
R 244 of 500 ~ 48.8%
G 163 of 500 ~ 32.6%
B 93 of 500 ~ 18.6'%

%48.8
%32.6
%18.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 61.89%
  • 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
%61.89
%4.31

Codes

Color #F4A35D in popluar color models

F4 A3 5D
RGB 244 163 93
HSL 28° 87.28% 66.08%
HSB/HSV 28° 61.89% 95.69%
CMYK 0.00% 33.20% 61.89%
4.31%

Color #F4A35D in popluar number systems.

HEX F4 A3 5D
Decimal 244 163 93
Binary 11110100 10100011 1011101
Octal 364 243 135

Shades and tints

Shades of #F4A35D

#F4A35D
(244,163,93)
#DE9555
(222,149,85)
#C8874D
(200,135,77)
#B27945
(178,121,69)
#9C6B3D
(156,107,61)
#865D35
(134,93,53)
#704F2D
(112,79,45)
#5A4125
(90,65,37)
#44331D
(68,51,29)
#2E2515
(46,37,21)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #F4A35D

#F4A35D
(244,163,93)
#F5AB6B
(245,171,107)
#F6B379
(246,179,121)
#F7BB87
(247,187,135)
#F8C395
(248,195,149)
#F9CBA3
(249,203,163)
#FAD3B1
(250,211,177)
#FBDBBF
(251,219,191)
#FCE3CD
(252,227,205)
#FDEBDB
(253,235,219)
#FEF3E9
(254,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A35D; }

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

This text font color is #F4A35D.

Background Color

.myBgColor { background-color: #F4A35D; }

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

This div background color is #F4A35D.

Border color

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

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

This div border color is #F4A35D.

Opacity

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

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

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

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

This text has shadow with #F4A35D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4A35D.

Preview

Color preview on black background

This text has color #F4A35D on black background.


Color preview on white background

This text has color #F4A35D on white background.


Black color preview on #F4A35D background

This text has black color on #F4A35D background.


White color preview on #F4A35D background

This text has white color on #F4A35D background.


Related colors

Complementary color

Complementary color for #hex is #0B5CA2.


I love getcolorcode.com

Triadic colors

1 #5DF4A3 and #A35DF4 with #F4A35D are triadic colors.

2 #5DA3F4 and #A3F45D with #F4A35D are triadic colors.