Shades of Sunshade #FBA74E
Tints of Sunshade #FBA74E
RGB
CMYK
RGB Variations
Color information
#FBA74E (or 0xFBA74E) is known color: Sunshade. HEX triplet: FB, A7 and 4E. RGB value is (251,167,78). Sum of RGB (Red+Green+Blue) = 251+167+78=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA74E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA74E is #0458B1. Grayscale: #B6B6B6. Windows color (decimal): -284850 or 5154811. OLE color: 5154811.
HSL color Cylindrical-coordinate representation of color #FBA74E: hue angle of 30.87º 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 #FBA74E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 78 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.02 |
| HSL | 30.87º | 0.96% | 0.65% | - |
| HSV(B) | 30.87º | 0.69% | 0.98% | - |
| XYZ | 54.98 | 48.7 | 13.71 | - |
| YUV | 181.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 78 | 0 | 0.33 | 0.69 | 0.02 | 30.87 | 0.96 | 0.65 |
| Hex | FB | A7 | 4E | 0 | 21 | 45 | 2 | 1F | 60 | 41 |
| Octal | 373 | 247 | 116 | 0 | 41 | 105 | 2 | 37 | 140 | 101 |
| Binary | 11111011 | 10100111 | 1001110 | 0 | 100001 | 1000101 | 10 | 11111 | 1100000 | 1000001 |
Color Harmonies of #FBA74E
Complementary color
Monochromatic Colors of #FBA74E
Black with #FBA74E
Text Example
Text Example
White with #FBA74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA74E; }
p { color: rgb(251,167,78); }
H1.HeaderClassName
{
color: #FBA74E;
}
.AnyTagClassName
{
color: #FBA74E;
}
</style>
background-color css
<style>
a { background-color: #FBA74E; }
a { background-color: rgb(251,167,78); }
div.DivClassName
{
background-color: #FBA74E;
}
.BgClassName
{
background-color: #FBA74E;
}
</style>
border-color css
<style>
span { border-color: #FBA74E; }
span { border-color: rgb(251,167,78); }
td.TdClassName
{
border-color: #FBA74E;
}
.TagClassName
{
border-color: #FBA74E;
}
</style>