#FBA446

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

Shades of Sunshade #FBA446

Tints of Sunshade #FBA446

Color information

#FBA446 (or 0xFBA446) is unknown color: approx Sunshade. HEX triplet: FB, A4 and 46. RGB value is (251,164,70). Sum of RGB (Red+Green+Blue) = 251+164+70=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA446 is #045BB9. Grayscale: #B3B3B3. Windows color (decimal): -285626 or 4629755. OLE color: 4629755.

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

Color convert

RGB25116470-
CMYK00.350.720.02
HSL31.16º95.77%62.94%-
HSV(B)31.16º72.11%98.43%-
XYZ54.1647.512.11-
YUV179.366.32179.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 70 (27.73% from 255) = 14.43%
R=51.75%
G=33.81%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511647000.350.720.0231.1695.7762.94
HexFBA4460234821f603f
Octal37324410604311023714077
Binary111110111010010010001100100011100100010111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA446; }

 p { color: rgb(251,164,70); }

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

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

 a { background-color: rgb(251,164,70); }

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

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

 span { border-color: rgb(251,164,70); }

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