Html Css Color HEX #FBA009 Orange Peel

📋 copy color: '#FBA009'

red 251 ◦ green 160 ◦ blue 9

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

Shades of Orange Peel #FBA009

Tints of Orange Peel #FBA009

RGB

 RED value IS 251 (98.44% from 255) = 59.76%

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

 BLUE value IS 9 (3.91% from 255) = 2.14%

R = 59.76%
G = 38.1%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBA009 (or 0xFBA009) is known color: Orange Peel. HEX triplet: FB, A0 and 09. RGB value is (251,160,9). Sum of RGB (Red+Green+Blue) = 251+160+9=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA009 is #045FF6. Grayscale: #AAAAAA. Windows color (decimal): -286711 or 631035. OLE color: 631035.

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

Color convert

RGB 251 160 9 -
CMYK 0 0.36 0.96 0.02
HSL 37.44º 0.97% 0.51% -
HSV(B) 37.44º 0.96% 0.98% -
XYZ 52.4 45.67 6.31 -
YUV 170 37.15 185.78 -
System Red Green Blue C M Y K H S L
Decimal 251 160 9 0 0.36 0.96 0.02 37.44 0.97 0.51
Hex FB A0 9 0 24 60 2 25 61 33
Octal 373 240 11 0 44 140 2 45 141 63
Binary 11111011 10100000 1001 0 100100 1100000 10 100101 1100001 110011

Color Harmonies of #FBA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA009

Black with #FBA009

Text Example


Text Example

White with #FBA009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA009; }

 p { color: rgb(251,160,9); }

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

background-color css

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

 a { background-color: rgb(251,160,9); }

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

border-color css

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

 span { border-color: rgb(251,160,9); }

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