#FBA151

Color #FBA151 Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FBA151

Tints of Sunshade #FBA151

Color information

#FBA151 (or 0xFBA151) is unknown color: approx Sunshade. HEX triplet: FB, A1 and 51. RGB value is (251,161,81). Sum of RGB (Red+Green+Blue) = 251+161+81=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA151 is #045EAE. Grayscale: #B3B3B3. Windows color (decimal): -286383 or 5349883. OLE color: 5349883.

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

Color convert

RGB25116181-
CMYK00.360.680.02
HSL28.24º95.51%65.1%-
HSV(B)28.24º67.73%98.43%-
XYZ54.0146.5913.93-
YUV178.7972.82179.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.91%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 81 (32.03% from 255) = 16.43%
R=50.91%
G=32.66%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511618100.360.680.0228.2495.5165.1
HexFBA1510244421c6041
Octal373241121044104234140101
Binary1111101110100001101000101001001000100101110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA151; }

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

 H1.HeaderClassName
 {
   color: #FBA151;
 }
 .AnyTagClassName
 {
   color: #FBA151;
 }
</style>
background-color css

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

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

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

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

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

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