Html Css Color HEX #F9A80A Dark Tangerine

📋 copy color: '#F9A80A'

red 249 ◦ green 168 ◦ blue 10

#F9A80A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #F9A80A

Tints of Dark Tangerine #F9A80A

RGB

 RED value IS 249 (97.66% from 255) = 58.31%

 GREEN value IS 168 (66.02% from 255) = 39.34%

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 58.31%
G = 39.34%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9A80A (or 0xF9A80A) is known color: Dark Tangerine. HEX triplet: F9, A8 and 0A. RGB value is (249,168,10). Sum of RGB (Red+Green+Blue) = 249+168+10=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A80A is #0657F5. Grayscale: #AEAEAE. Windows color (decimal): -415734 or 698617. OLE color: 698617.

HSL color Cylindrical-coordinate representation of color #F9A80A: hue angle of 39.67º 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 #F9A80A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 168 10 -
CMYK 0 0.33 0.96 0.02
HSL 39.67º 0.95% 0.51% -
HSV(B) 39.67º 0.96% 0.98% -
XYZ 53.12 48.17 6.78 -
YUV 174.21 35.34 181.35 -
System Red Green Blue C M Y K H S L
Decimal 249 168 10 0 0.33 0.96 0.02 39.67 0.95 0.51
Hex F9 A8 A 0 21 60 2 28 5F 33
Octal 371 250 12 0 41 140 2 50 137 63
Binary 11111001 10101000 1010 0 100001 1100000 10 101000 1011111 110011

Color Harmonies of #F9A80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A80A

Black with #F9A80A

Text Example


Text Example

White with #F9A80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A80A; }

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

 H1.HeaderClassName
 {
   color: #F9A80A;
 }
 .AnyTagClassName
 {
   color: #F9A80A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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