#FBA155

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

Shades of Sunshade #FBA155

Tints of Sunshade #FBA155

Color information

#FBA155 (or 0xFBA155) is unknown color: approx Sunshade. HEX triplet: FB, A1 and 55. RGB value is (251,161,85). Sum of RGB (Red+Green+Blue) = 251+161+85=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA155 is #045EAA. Grayscale: #B3B3B3. Windows color (decimal): -286379 or 5612027. OLE color: 5612027.

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

Color convert

RGB25116185-
CMYK00.360.660.02
HSL27.47º95.4%65.88%-
HSV(B)27.47º66.14%98.43%-
XYZ54.1746.6514.74-
YUV179.2574.82179.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 85 (33.59% from 255) = 17.10%
R=50.50%
G=32.39%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511618500.360.660.0227.4795.465.88
HexFBA1550244221b5f42
Octal373241125044102233137102
Binary1111101110100001101010101001001000010101101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA155; }

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

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

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

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

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

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

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

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