Shades of Sunshade #FBA240
Tints of Sunshade #FBA240
RGB
CMYK
RGB Variations
Color information
#FBA240 (or 0xFBA240) is known color: Sunshade. HEX triplet: FB, A2 and 40. RGB value is (251,162,64). Sum of RGB (Red+Green+Blue) = 251+162+64=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA240 is #045DBF. Grayscale: #B1B1B1. Windows color (decimal): -286144 or 4236027. OLE color: 4236027.
HSL color Cylindrical-coordinate representation of color #FBA240: hue angle of 31.44º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA240 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 64 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.02 |
| HSL | 31.44º | 0.96% | 0.62% | - |
| HSV(B) | 31.44º | 0.75% | 0.98% | - |
| XYZ | 53.63 | 46.72 | 11.04 | - |
| YUV | 177.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 64 | 0 | 0.35 | 0.75 | 0.02 | 31.44 | 0.96 | 0.62 |
| Hex | FB | A2 | 40 | 0 | 23 | 4B | 2 | 1F | 60 | 3E |
| Octal | 373 | 242 | 100 | 0 | 43 | 113 | 2 | 37 | 140 | 76 |
| Binary | 11111011 | 10100010 | 1000000 | 0 | 100011 | 1001011 | 10 | 11111 | 1100000 | 111110 |
Color Harmonies of #FBA240
Complementary color
Monochromatic Colors of #FBA240
Black with #FBA240
Text Example
Text Example
White with #FBA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA240; }
p { color: rgb(251,162,64); }
H1.HeaderClassName
{
color: #FBA240;
}
.AnyTagClassName
{
color: #FBA240;
}
</style>
background-color css
<style>
a { background-color: #FBA240; }
a { background-color: rgb(251,162,64); }
div.DivClassName
{
background-color: #FBA240;
}
.BgClassName
{
background-color: #FBA240;
}
</style>
border-color css
<style>
span { border-color: #FBA240; }
span { border-color: rgb(251,162,64); }
td.TdClassName
{
border-color: #FBA240;
}
.TagClassName
{
border-color: #FBA240;
}
</style>