Html Css Color HEX #F9A80C Dark Tangerine

📋 copy color: '#F9A80C'

red 249 ◦ green 168 ◦ blue 12

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

Shades of Dark Tangerine #F9A80C

Tints of Dark Tangerine #F9A80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 58.04%
G = 39.16%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9A80C (or 0xF9A80C) is known color: Dark Tangerine. HEX triplet: F9, A8 and 0C. RGB value is (249,168,12). Sum of RGB (Red+Green+Blue) = 249+168+12=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A80C is #0657F3. Grayscale: #AFAFAF. Windows color (decimal): -415732 or 829689. OLE color: 829689.

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

Color convert

RGB 249 168 12 -
CMYK 0 0.33 0.95 0.02
HSL 39.49º 0.95% 0.51% -
HSV(B) 39.49º 0.95% 0.98% -
XYZ 53.14 48.17 6.85 -
YUV 174.44 36.34 181.18 -
System Red Green Blue C M Y K H S L
Decimal 249 168 12 0 0.33 0.95 0.02 39.49 0.95 0.51
Hex F9 A8 C 0 21 5F 2 27 5F 33
Octal 371 250 14 0 41 137 2 47 137 63
Binary 11111001 10101000 1100 0 100001 1011111 10 100111 1011111 110011

Color Harmonies of #F9A80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A80C

Black with #F9A80C

Text Example


Text Example

White with #F9A80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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