Shades of Sunshade #FBA14E
Tints of Sunshade #FBA14E
RGB
CMYK
RGB Variations
Color information
#FBA14E (or 0xFBA14E) is known color: Sunshade. HEX triplet: FB, A1 and 4E. RGB value is (251,161,78). Sum of RGB (Red+Green+Blue) = 251+161+78=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA14E is #045EB1. Grayscale: #B2B2B2. Windows color (decimal): -286386 or 5153275. OLE color: 5153275.
HSL color Cylindrical-coordinate representation of color #FBA14E: hue angle of 28.79º 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 #FBA14E is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 78 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.02 |
| HSL | 28.79º | 0.96% | 0.65% | - |
| HSV(B) | 28.79º | 0.69% | 0.98% | - |
| XYZ | 53.9 | 46.55 | 13.35 | - |
| YUV | 178.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 78 | 0 | 0.36 | 0.69 | 0.02 | 28.79 | 0.96 | 0.65 |
| Hex | FB | A1 | 4E | 0 | 24 | 45 | 2 | 1D | 60 | 41 |
| Octal | 373 | 241 | 116 | 0 | 44 | 105 | 2 | 35 | 140 | 101 |
| Binary | 11111011 | 10100001 | 1001110 | 0 | 100100 | 1000101 | 10 | 11101 | 1100000 | 1000001 |
Color Harmonies of #FBA14E
Complementary color
Monochromatic Colors of #FBA14E
Black with #FBA14E
Text Example
Text Example
White with #FBA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA14E; }
p { color: rgb(251,161,78); }
H1.HeaderClassName
{
color: #FBA14E;
}
.AnyTagClassName
{
color: #FBA14E;
}
</style>
background-color css
<style>
a { background-color: #FBA14E; }
a { background-color: rgb(251,161,78); }
div.DivClassName
{
background-color: #FBA14E;
}
.BgClassName
{
background-color: #FBA14E;
}
</style>
border-color css
<style>
span { border-color: #FBA14E; }
span { border-color: rgb(251,161,78); }
td.TdClassName
{
border-color: #FBA14E;
}
.TagClassName
{
border-color: #FBA14E;
}
</style>