Html Css Color HEX #FBA008 Orange Peel

📋 copy color: '#FBA008'

red 251 ◦ green 160 ◦ blue 8

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

Shades of Orange Peel #FBA008

Tints of Orange Peel #FBA008

RGB

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

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

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

R = 59.9%
G = 38.19%
B = 1.91%

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

#FBA008 (or 0xFBA008) is known color: Orange Peel. HEX triplet: FB, A0 and 08. RGB value is (251,160,8). Sum of RGB (Red+Green+Blue) = 251+160+8=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA008 is #045FF7. Grayscale: #AAAAAA. Windows color (decimal): -286712 or 565499. OLE color: 565499.

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

Color convert

RGB 251 160 8 -
CMYK 0 0.36 0.97 0.02
HSL 37.53º 0.97% 0.51% -
HSV(B) 37.53º 0.97% 0.98% -
XYZ 52.4 45.67 6.28 -
YUV 169.88 36.65 185.86 -
System Red Green Blue C M Y K H S L
Decimal 251 160 8 0 0.36 0.97 0.02 37.53 0.97 0.51
Hex FB A0 8 0 24 61 2 26 61 33
Octal 373 240 10 0 44 141 2 46 141 63
Binary 11111011 10100000 1000 0 100100 1100001 10 100110 1100001 110011

Color Harmonies of #FBA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA008

Black with #FBA008

Text Example


Text Example

White with #FBA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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