#F9A70A

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

Shades of Dark Tangerine #F9A70A

Tints of Dark Tangerine #F9A70A

Color information

#F9A70A (or 0xF9A70A) is unknown color: approx Dark Tangerine. HEX triplet: F9, A7 and 0A. RGB value is (249,167,10). Sum of RGB (Red+Green+Blue) = 249+167+10=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A70A is #0658F5. Grayscale: #AEAEAE. Windows color (decimal): -415990 or 698361. OLE color: 698361.

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

Color convert

RGB24916710-
CMYK00.330.960.02
HSL39.41º95.22%50.78%-
HSV(B)39.41º95.98%97.65%-
XYZ52.9447.86.72-
YUV173.6235.67181.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.45%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 10 (4.30% from 255) = 2.35%
R=58.45%
G=39.20%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491671000.330.960.0239.4195.2250.78
HexF9A7A021602275f33
Octal3712471204114024713763
Binary1111100110100111101001000011100000101001111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A70A; }

 p { color: rgb(249,167,10); }

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

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

 a { background-color: rgb(249,167,10); }

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

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

 span { border-color: rgb(249,167,10); }

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