Shades of Sunshade #FBA04D
Tints of Sunshade #FBA04D
RGB
CMYK
RGB Variations
Color information
#FBA04D (or 0xFBA04D) is known color: Sunshade. HEX triplet: FB, A0 and 4D. RGB value is (251,160,77). Sum of RGB (Red+Green+Blue) = 251+160+77=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA04D is #045FB2. Grayscale: #B2B2B2. Windows color (decimal): -286643 or 5087483. OLE color: 5087483.
HSL color Cylindrical-coordinate representation of color #FBA04D: hue angle of 28.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBA04D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 77 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.02 |
| HSL | 28.62º | 0.96% | 0.64% | - |
| HSV(B) | 28.62º | 0.69% | 0.98% | - |
| XYZ | 53.69 | 46.19 | 13.11 | - |
| YUV | 177.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 77 | 0 | 0.36 | 0.69 | 0.02 | 28.62 | 0.96 | 0.64 |
| Hex | FB | A0 | 4D | 0 | 24 | 45 | 2 | 1D | 60 | 40 |
| Octal | 373 | 240 | 115 | 0 | 44 | 105 | 2 | 35 | 140 | 100 |
| Binary | 11111011 | 10100000 | 1001101 | 0 | 100100 | 1000101 | 10 | 11101 | 1100000 | 1000000 |
Color Harmonies of #FBA04D
Complementary color
Monochromatic Colors of #FBA04D
Black with #FBA04D
Text Example
Text Example
White with #FBA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA04D; }
p { color: rgb(251,160,77); }
H1.HeaderClassName
{
color: #FBA04D;
}
.AnyTagClassName
{
color: #FBA04D;
}
</style>
background-color css
<style>
a { background-color: #FBA04D; }
a { background-color: rgb(251,160,77); }
div.DivClassName
{
background-color: #FBA04D;
}
.BgClassName
{
background-color: #FBA04D;
}
</style>
border-color css
<style>
span { border-color: #FBA04D; }
span { border-color: rgb(251,160,77); }
td.TdClassName
{
border-color: #FBA04D;
}
.TagClassName
{
border-color: #FBA04D;
}
</style>