#FBA042

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

Shades of Sunshade #FBA042

Tints of Sunshade #FBA042

Color information

#FBA042 (or 0xFBA042) is unknown color: approx Sunshade. HEX triplet: FB, A0 and 42. RGB value is (251,160,66). Sum of RGB (Red+Green+Blue) = 251+160+66=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA042 is #045FBD. Grayscale: #B0B0B0. Windows color (decimal): -286654 or 4366587. OLE color: 4366587.

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

Color convert

RGB25116066-
CMYK00.360.740.02
HSL30.49º95.85%62.16%-
HSV(B)30.49º73.71%98.43%-
XYZ53.3446.0411.23-
YUV176.4965.65181.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.62%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 66 (26.17% from 255) = 13.84%
R=52.62%
G=33.54%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511606600.360.740.0230.4995.8562.16
HexFBA0420244A21e603e
Octal37324010204411223614076
Binary111110111010000010000100100100100101010111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA042; }

 p { color: rgb(251,160,66); }

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

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

 a { background-color: rgb(251,160,66); }

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

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

 span { border-color: rgb(251,160,66); }

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