Shades of Saffron #FBC032
Tints of Saffron #FBC032
RGB
CMYK
RGB Variations
Color information
#FBC032 (or 0xFBC032) is known color: Saffron. HEX triplet: FB, C0 and 32. RGB value is (251,192,50). Sum of RGB (Red+Green+Blue) = 251+192+50=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC032 is #043FCD. Grayscale: #C2C2C2. Windows color (decimal): -278478 or 3326203. OLE color: 3326203.
HSL color Cylindrical-coordinate representation of color #FBC032: hue angle of 42.39º 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 #FBC032 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.02 |
| HSL | 42.39º | 0.96% | 0.59% | - |
| HSV(B) | 42.39º | 0.8% | 0.98% | - |
| XYZ | 59.21 | 58.44 | 11.18 | - |
| YUV | 193.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 50 | 0 | 0.24 | 0.80 | 0.02 | 42.39 | 0.96 | 0.59 |
| Hex | FB | C0 | 32 | 0 | 18 | 50 | 2 | 2A | 60 | 3B |
| Octal | 373 | 300 | 62 | 0 | 30 | 120 | 2 | 52 | 140 | 73 |
| Binary | 11111011 | 11000000 | 110010 | 0 | 11000 | 1010000 | 10 | 101010 | 1100000 | 111011 |
Color Harmonies of #FBC032
Complementary color
Monochromatic Colors of #FBC032
Black with #FBC032
Text Example
Text Example
White with #FBC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC032; }
p { color: rgb(251,192,50); }
H1.HeaderClassName
{
color: #FBC032;
}
.AnyTagClassName
{
color: #FBC032;
}
</style>
background-color css
<style>
a { background-color: #FBC032; }
a { background-color: rgb(251,192,50); }
div.DivClassName
{
background-color: #FBC032;
}
.BgClassName
{
background-color: #FBC032;
}
</style>
border-color css
<style>
span { border-color: #FBC032; }
span { border-color: rgb(251,192,50); }
td.TdClassName
{
border-color: #FBC032;
}
.TagClassName
{
border-color: #FBC032;
}
</style>