Html Css Color HEX #FBA100 Orange Peel

📋 copy color: '#FBA100'

red 251 ◦ green 161 ◦ blue 0

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

Shades of Orange Peel #FBA100

Tints of Orange Peel #FBA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.92%
G = 39.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBA100 (or 0xFBA100) is known color: Orange Peel. HEX triplet: FB, A1 and 00. RGB value is (251,161,0). Sum of RGB (Red+Green+Blue) = 251+161+0=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA100 is #045EFF. Grayscale: #AAAAAA. Windows color (decimal): -286464 or 41467. OLE color: 41467.

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

Color convert

RGB 251 161 0 -
CMYK 0 0.36 1 0.02
HSL 38.49º 1% 0.49% -
HSV(B) 38.49º 1% 0.98% -
XYZ 52.53 46 6.11 -
YUV 169.56 32.32 186.09 -
System Red Green Blue C M Y K H S L
Decimal 251 161 0 0 0.36 1 0.02 38.49 1 0.49
Hex FB A1 0 0 24 64 2 26 64 31
Octal 373 241 0 0 44 144 2 46 144 61
Binary 11111011 10100001 0 0 100100 1100100 10 100110 1100100 110001

Color Harmonies of #FBA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA100

Black with #FBA100

Text Example


Text Example

White with #FBA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA100; }

 p { color: rgb(251,161,0); }

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

background-color css

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

 a { background-color: rgb(251,161,0); }

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

border-color css

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

 span { border-color: rgb(251,161,0); }

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