#FBA254

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

Shades of Sunshade #FBA254

Tints of Sunshade #FBA254

Color information

#FBA254 (or 0xFBA254) is unknown color: approx Sunshade. HEX triplet: FB, A2 and 54. RGB value is (251,162,84). Sum of RGB (Red+Green+Blue) = 251+162+84=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA254 is #045DAB. Grayscale: #B4B4B4. Windows color (decimal): -286124 or 5546747. OLE color: 5546747.

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

Color convert

RGB25116284-
CMYK00.350.670.02
HSL28.02º95.43%65.69%-
HSV(B)28.02º66.53%98.43%-
XYZ54.346.9914.6-
YUV179.7273.99178.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=50.50%
G=32.60%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511628400.350.670.0228.0295.4365.69
HexFBA2540234321c5f42
Octal373242124043103234137102
Binary1111101110100010101010001000111000011101110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA254; }

 p { color: rgb(251,162,84); }

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

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

 a { background-color: rgb(251,162,84); }

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

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

 span { border-color: rgb(251,162,84); }

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