Shades of Sunshade #FBA03F
Tints of Sunshade #FBA03F
RGB
CMYK
RGB Variations
Color information
#FBA03F (or 0xFBA03F) is known color: Sunshade. HEX triplet: FB, A0 and 3F. RGB value is (251,160,63). Sum of RGB (Red+Green+Blue) = 251+160+63=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA03F is #045FC0. Grayscale: #B0B0B0. Windows color (decimal): -286657 or 4169979. OLE color: 4169979.
HSL color Cylindrical-coordinate representation of color #FBA03F: hue angle of 30.96º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBA03F is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 63 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.02 |
| HSL | 30.96º | 0.96% | 0.62% | - |
| HSV(B) | 30.96º | 0.75% | 0.98% | - |
| XYZ | 53.25 | 46.01 | 10.78 | - |
| YUV | 176.15 | 64.15 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 63 | 0 | 0.36 | 0.75 | 0.02 | 30.96 | 0.96 | 0.62 |
| Hex | FB | A0 | 3F | 0 | 24 | 4B | 2 | 1F | 60 | 3E |
| Octal | 373 | 240 | 77 | 0 | 44 | 113 | 2 | 37 | 140 | 76 |
| Binary | 11111011 | 10100000 | 111111 | 0 | 100100 | 1001011 | 10 | 11111 | 1100000 | 111110 |
Color Harmonies of #FBA03F
Complementary color
Monochromatic Colors of #FBA03F
Black with #FBA03F
Text Example
Text Example
White with #FBA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA03F; }
p { color: rgb(251,160,63); }
H1.HeaderClassName
{
color: #FBA03F;
}
.AnyTagClassName
{
color: #FBA03F;
}
</style>
background-color css
<style>
a { background-color: #FBA03F; }
a { background-color: rgb(251,160,63); }
div.DivClassName
{
background-color: #FBA03F;
}
.BgClassName
{
background-color: #FBA03F;
}
</style>
border-color css
<style>
span { border-color: #FBA03F; }
span { border-color: rgb(251,160,63); }
td.TdClassName
{
border-color: #FBA03F;
}
.TagClassName
{
border-color: #FBA03F;
}
</style>