Shades of Sunshade #FBA24E
Tints of Sunshade #FBA24E
RGB
CMYK
RGB Variations
Color information
#FBA24E (or 0xFBA24E) is known color: Sunshade. HEX triplet: FB, A2 and 4E. RGB value is (251,162,78). Sum of RGB (Red+Green+Blue) = 251+162+78=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA24E is #045DB1. Grayscale: #B3B3B3. Windows color (decimal): -286130 or 5153531. OLE color: 5153531.
HSL color Cylindrical-coordinate representation of color #FBA24E: hue angle of 29.13º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBA24E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 78 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.02 |
| HSL | 29.13º | 0.96% | 0.65% | - |
| HSV(B) | 29.13º | 0.69% | 0.98% | - |
| XYZ | 54.08 | 46.9 | 13.41 | - |
| YUV | 179.04 | 70.99 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 78 | 0 | 0.35 | 0.69 | 0.02 | 29.13 | 0.96 | 0.65 |
| Hex | FB | A2 | 4E | 0 | 23 | 45 | 2 | 1D | 60 | 41 |
| Octal | 373 | 242 | 116 | 0 | 43 | 105 | 2 | 35 | 140 | 101 |
| Binary | 11111011 | 10100010 | 1001110 | 0 | 100011 | 1000101 | 10 | 11101 | 1100000 | 1000001 |
Color Harmonies of #FBA24E
Complementary color
Monochromatic Colors of #FBA24E
Black with #FBA24E
Text Example
Text Example
White with #FBA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA24E; }
p { color: rgb(251,162,78); }
H1.HeaderClassName
{
color: #FBA24E;
}
.AnyTagClassName
{
color: #FBA24E;
}
</style>
background-color css
<style>
a { background-color: #FBA24E; }
a { background-color: rgb(251,162,78); }
div.DivClassName
{
background-color: #FBA24E;
}
.BgClassName
{
background-color: #FBA24E;
}
</style>
border-color css
<style>
span { border-color: #FBA24E; }
span { border-color: rgb(251,162,78); }
td.TdClassName
{
border-color: #FBA24E;
}
.TagClassName
{
border-color: #FBA24E;
}
</style>