COLOR #F3AA15

HEX: #F3AA15
RGB: (243,170,21)

Color info

#F3AA15 contains mainly red color. Web safe color of #F3AA15 is #FF9900 (or #F90).

RGB color model

#F3AA15 color RGB value is (243,170,21).

  • red value is 243;
  • green value is 170;
  • blue value is 21.
RGB:
(243,170,21)
(95%,67%,8%)

RGB channels and saturation

R 243 of 255 = 95%
G 170 of 255 = 67%
B 21 of 255 = 8%

243
170
21

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

Portions of RGB colors in percentages

R + G + B =
243 + 170 + 21 = 434 (100%)
R 243 of 434 ~ 55.99%
G 170 of 434 ~ 39.17%
B 21 of 434 ~ 4.84%

%55.99
%39.17

CMYK color model

#F3AA15 color CMYK value is (0,30,91,5).

  • cyan value is 0.00%
  • magenta value is 30.04%
  • yellow value is 91.36%
  • key color value is 4.71%
CMYK:
(0,30,91,5)
C0M30Y91K5 
(0%,30%,91%,5%)
(0.00/0.30/0.91/0.05)	

CMYK percentages

%0
%30.04
%91.36
%4.71

Codes

Color #F3AA15 in popluar color models

F3AA15
RGB24317021
HSL40°90.24%51.76%
HSB/HSV40°91.36%95.29%
CMYK0.00%30.04%91.36%
4.71%

Color #F3AA15 in popluar number systems.

HEXF3AA15
Decimal24317021
Binary111100111010101010101
Octal36325225

Shades and tints

Shades of #F3AA15

#F3AA15
(243,170,21)
#DD9B14
(221,155,20)
#C78C13
(199,140,19)
#B17D12
(177,125,18)
#9B6E11
(155,110,17)
#855F10
(133,95,16)
#6F500F
(111,80,15)
#59410E
(89,65,14)
#43320D
(67,50,13)
#2D230C
(45,35,12)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #F3AA15

#F3AA15
(243,170,21)
#F4B12A
(244,177,42)
#F5B83F
(245,184,63)
#F6BF54
(246,191,84)
#F7C669
(247,198,105)
#F8CD7E
(248,205,126)
#F9D493
(249,212,147)
#FADBA8
(250,219,168)
#FBE2BD
(251,226,189)
#FCE9D2
(252,233,210)
#FDF0E7
(253,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3AA15 color. Also use rgb(243,170,21) instead hex code.

Text Font Color

.myTextColor { color: #F3AA15; }

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

This text font color is #F3AA15.


Background Color

.myBgColor { background-color: #F3AA15; }

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

This div background color is #F3AA15.


Border color

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

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

This div border color is #F3AA15.


Opacity

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

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

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

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

This text has shadow with #F3AA15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3AA15 on black background.


Color preview on white background

This text has color #F3AA15 on white background.



Black color preview on #F3AA15 background

This text has black color on #F3AA15 background.


White color preview on #F3AA15 background

This text has white color on #F3AA15 background.