#FAC911

Color #FAC911 Tangerine Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine Yellow #FAC911

Tints of Tangerine Yellow #FAC911

Color information

#FAC911 (or 0xFAC911) is unknown color: approx Tangerine Yellow. HEX triplet: FA, C9 and 11. RGB value is (250,201,17). Sum of RGB (Red+Green+Blue) = 250+201+17=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC911 is #0536EE. Grayscale: #C3C3C3. Windows color (decimal): -341743 or 1165818. OLE color: 1165818.

HSL color Cylindrical-coordinate representation of color #FAC911: hue angle of 47.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAC911 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB25020117-
CMYK00.200.930.02
HSL47.38º95.88%52.35%-
HSV(B)47.38º93.2%98.04%-
XYZ60.4162.149.34-
YUV194.6827.73167.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 17 (7.03% from 255) = 3.63%
R=53.42%
G=42.95%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502011700.200.930.0247.3895.8852.35
HexFAC9110145D22f6034
Octal3723112102413525714064
Binary1111101011001001100010101001011101101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC911; }

 p { color: rgb(250,201,17); }

 H1.HeaderClassName
 {
   color: #FAC911;
 }
 .AnyTagClassName
 {
   color: #FAC911;
 }
</style>
background-color css

<style>
 a { background-color: #FAC911; }

 a { background-color: rgb(250,201,17); }

 div.DivClassName
 {
   background-color: #FAC911;
 }
 .BgClassName
 {
   background-color: #FAC911;
 }
</style>
border-color css

<style>
 span { border-color: #FAC911; }

 span { border-color: rgb(250,201,17); }

 td.TdClassName
 {
   border-color: #FAC911;
 }
 .TagClassName
 {
   border-color: #FAC911;
 }
</style>