Html Css Color HEX #F9A008 Orange Peel

📋 copy color: '#F9A008'

red 249 ◦ green 160 ◦ blue 8

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

Shades of Orange Peel #F9A008

Tints of Orange Peel #F9A008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.92%

R = 59.71%
G = 38.37%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F9A008 (or 0xF9A008) is known color: Orange Peel. HEX triplet: F9, A0 and 08. RGB value is (249,160,8). Sum of RGB (Red+Green+Blue) = 249+160+8=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A008 is #065FF7. Grayscale: #A9A9A9. Windows color (decimal): -417784 or 565497. OLE color: 565497.

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

Color convert

RGB 249 160 8 -
CMYK 0 0.36 0.97 0.02
HSL 37.84º 0.95% 0.5% -
HSV(B) 37.84º 0.97% 0.98% -
XYZ 51.68 45.3 6.25 -
YUV 169.28 36.99 184.86 -
System Red Green Blue C M Y K H S L
Decimal 249 160 8 0 0.36 0.97 0.02 37.84 0.95 0.5
Hex F9 A0 8 0 24 61 2 26 5F 32
Octal 371 240 10 0 44 141 2 46 137 62
Binary 11111001 10100000 1000 0 100100 1100001 10 100110 1011111 110010

Color Harmonies of #F9A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A008

Black with #F9A008

Text Example


Text Example

White with #F9A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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