Shades of Sunshade #FBA54E
Tints of Sunshade #FBA54E
RGB
CMYK
RGB Variations
Color information
#FBA54E (or 0xFBA54E) is known color: Sunshade. HEX triplet: FB, A5 and 4E. RGB value is (251,165,78). Sum of RGB (Red+Green+Blue) = 251+165+78=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA54E is #045AB1. Grayscale: #B5B5B5. Windows color (decimal): -285362 or 5154299. OLE color: 5154299.
HSL color Cylindrical-coordinate representation of color #FBA54E: hue angle of 30.17º 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 #FBA54E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 78 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.02 |
| HSL | 30.17º | 0.96% | 0.65% | - |
| HSV(B) | 30.17º | 0.69% | 0.98% | - |
| XYZ | 54.61 | 47.97 | 13.59 | - |
| YUV | 180.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 78 | 0 | 0.34 | 0.69 | 0.02 | 30.17 | 0.96 | 0.65 |
| Hex | FB | A5 | 4E | 0 | 22 | 45 | 2 | 1E | 60 | 41 |
| Octal | 373 | 245 | 116 | 0 | 42 | 105 | 2 | 36 | 140 | 101 |
| Binary | 11111011 | 10100101 | 1001110 | 0 | 100010 | 1000101 | 10 | 11110 | 1100000 | 1000001 |
Color Harmonies of #FBA54E
Complementary color
Monochromatic Colors of #FBA54E
Black with #FBA54E
Text Example
Text Example
White with #FBA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA54E; }
p { color: rgb(251,165,78); }
H1.HeaderClassName
{
color: #FBA54E;
}
.AnyTagClassName
{
color: #FBA54E;
}
</style>
background-color css
<style>
a { background-color: #FBA54E; }
a { background-color: rgb(251,165,78); }
div.DivClassName
{
background-color: #FBA54E;
}
.BgClassName
{
background-color: #FBA54E;
}
</style>
border-color css
<style>
span { border-color: #FBA54E; }
span { border-color: rgb(251,165,78); }
td.TdClassName
{
border-color: #FBA54E;
}
.TagClassName
{
border-color: #FBA54E;
}
</style>