Shades of Sunshade #FBA04E
Tints of Sunshade #FBA04E
RGB
CMYK
RGB Variations
Color information
#FBA04E (or 0xFBA04E) is known color: Sunshade. HEX triplet: FB, A0 and 4E. RGB value is (251,160,78). Sum of RGB (Red+Green+Blue) = 251+160+78=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA04E is #045FB1. Grayscale: #B2B2B2. Windows color (decimal): -286642 or 5153019. OLE color: 5153019.
HSL color Cylindrical-coordinate representation of color #FBA04E: hue angle of 28.44º 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 #FBA04E is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 78 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.02 |
| HSL | 28.44º | 0.96% | 0.65% | - |
| HSV(B) | 28.44º | 0.69% | 0.98% | - |
| XYZ | 53.73 | 46.2 | 13.29 | - |
| YUV | 177.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 78 | 0 | 0.36 | 0.69 | 0.02 | 28.44 | 0.96 | 0.65 |
| Hex | FB | A0 | 4E | 0 | 24 | 45 | 2 | 1C | 60 | 41 |
| Octal | 373 | 240 | 116 | 0 | 44 | 105 | 2 | 34 | 140 | 101 |
| Binary | 11111011 | 10100000 | 1001110 | 0 | 100100 | 1000101 | 10 | 11100 | 1100000 | 1000001 |
Color Harmonies of #FBA04E
Complementary color
Monochromatic Colors of #FBA04E
Black with #FBA04E
Text Example
Text Example
White with #FBA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA04E; }
p { color: rgb(251,160,78); }
H1.HeaderClassName
{
color: #FBA04E;
}
.AnyTagClassName
{
color: #FBA04E;
}
</style>
background-color css
<style>
a { background-color: #FBA04E; }
a { background-color: rgb(251,160,78); }
div.DivClassName
{
background-color: #FBA04E;
}
.BgClassName
{
background-color: #FBA04E;
}
</style>
border-color css
<style>
span { border-color: #FBA04E; }
span { border-color: rgb(251,160,78); }
td.TdClassName
{
border-color: #FBA04E;
}
.TagClassName
{
border-color: #FBA04E;
}
</style>