Shades of Saffron #FBC033
Tints of Saffron #FBC033
RGB
CMYK
RGB Variations
Color information
#FBC033 (or 0xFBC033) is known color: Saffron. HEX triplet: FB, C0 and 33. RGB value is (251,192,51). Sum of RGB (Red+Green+Blue) = 251+192+51=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC033 is #043FCC. Grayscale: #C2C2C2. Windows color (decimal): -278477 or 3391739. OLE color: 3391739.
HSL color Cylindrical-coordinate representation of color #FBC033: hue angle of 42.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBC033 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 51 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.02 |
| HSL | 42.3º | 0.96% | 0.59% | - |
| HSV(B) | 42.3º | 0.8% | 0.98% | - |
| XYZ | 59.23 | 58.45 | 11.29 | - |
| YUV | 193.57 | 47.55 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 51 | 0 | 0.24 | 0.80 | 0.02 | 42.3 | 0.96 | 0.59 |
| Hex | FB | C0 | 33 | 0 | 18 | 50 | 2 | 2A | 60 | 3B |
| Octal | 373 | 300 | 63 | 0 | 30 | 120 | 2 | 52 | 140 | 73 |
| Binary | 11111011 | 11000000 | 110011 | 0 | 11000 | 1010000 | 10 | 101010 | 1100000 | 111011 |
Color Harmonies of #FBC033
Complementary color
Monochromatic Colors of #FBC033
Black with #FBC033
Text Example
Text Example
White with #FBC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC033; }
p { color: rgb(251,192,51); }
H1.HeaderClassName
{
color: #FBC033;
}
.AnyTagClassName
{
color: #FBC033;
}
</style>
background-color css
<style>
a { background-color: #FBC033; }
a { background-color: rgb(251,192,51); }
div.DivClassName
{
background-color: #FBC033;
}
.BgClassName
{
background-color: #FBC033;
}
</style>
border-color css
<style>
span { border-color: #FBC033; }
span { border-color: rgb(251,192,51); }
td.TdClassName
{
border-color: #FBC033;
}
.TagClassName
{
border-color: #FBC033;
}
</style>