#F9A214

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

Shades of Dark Tangerine #F9A214

Tints of Dark Tangerine #F9A214

Color information

#F9A214 (or 0xF9A214) is unknown color: approx Dark Tangerine. HEX triplet: F9, A2 and 14. RGB value is (249,162,20). Sum of RGB (Red+Green+Blue) = 249+162+20=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A214 is #065DEB. Grayscale: #ACACAC. Windows color (decimal): -417260 or 1352441. OLE color: 1352441.

HSL color Cylindrical-coordinate representation of color #F9A214: hue angle of 37.21º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9A214 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB24916220-
CMYK00.350.920.02
HSL37.21º95.02%52.75%-
HSV(B)37.21º91.97%97.65%-
XYZ52.1146.036.8-
YUV171.8242.32183.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.77%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 20 (8.20% from 255) = 4.64%
R=57.77%
G=37.59%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491622000.350.920.0237.2195.0252.75
HexF9A2140235C2255f35
Octal3712422404313424513765
Binary11111001101000101010001000111011100101001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A214; }

 p { color: rgb(249,162,20); }

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

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

 a { background-color: rgb(249,162,20); }

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

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

 span { border-color: rgb(249,162,20); }

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