Html Css Color HEX #F9A00C Dark Tangerine

📋 copy color: '#F9A00C'

red 249 ◦ green 160 ◦ blue 12

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

Shades of Dark Tangerine #F9A00C

Tints of Dark Tangerine #F9A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

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

R = 59.14%
G = 38%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9A00C (or 0xF9A00C) is known color: Dark Tangerine. HEX triplet: F9, A0 and 0C. RGB value is (249,160,12). Sum of RGB (Red+Green+Blue) = 249+160+12=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A00C is #065FF3. Grayscale: #AAAAAA. Windows color (decimal): -417780 or 827641. OLE color: 827641.

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

Color convert

RGB 249 160 12 -
CMYK 0 0.36 0.95 0.02
HSL 37.47º 0.95% 0.51% -
HSV(B) 37.47º 0.95% 0.98% -
XYZ 51.7 45.31 6.37 -
YUV 169.74 38.99 184.53 -
System Red Green Blue C M Y K H S L
Decimal 249 160 12 0 0.36 0.95 0.02 37.47 0.95 0.51
Hex F9 A0 C 0 24 5F 2 25 5F 33
Octal 371 240 14 0 44 137 2 45 137 63
Binary 11111001 10100000 1100 0 100100 1011111 10 100101 1011111 110011

Color Harmonies of #F9A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A00C

Black with #F9A00C

Text Example


Text Example

White with #F9A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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