Shades of Saffron #FBC233
Tints of Saffron #FBC233
RGB
CMYK
RGB Variations
Color information
#FBC233 (or 0xFBC233) is known color: Saffron. HEX triplet: FB, C2 and 33. RGB value is (251,194,51). Sum of RGB (Red+Green+Blue) = 251+194+51=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC233 is #043DCC. Grayscale: #C3C3C3. Windows color (decimal): -277965 or 3392251. OLE color: 3392251.
HSL color Cylindrical-coordinate representation of color #FBC233: hue angle of 42.9º 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 #FBC233 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 51 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.02 |
| HSL | 42.9º | 0.96% | 0.59% | - |
| HSV(B) | 42.9º | 0.8% | 0.98% | - |
| XYZ | 59.67 | 59.33 | 11.44 | - |
| YUV | 194.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 51 | 0 | 0.23 | 0.80 | 0.02 | 42.9 | 0.96 | 0.59 |
| Hex | FB | C2 | 33 | 0 | 17 | 50 | 2 | 2B | 60 | 3B |
| Octal | 373 | 302 | 63 | 0 | 27 | 120 | 2 | 53 | 140 | 73 |
| Binary | 11111011 | 11000010 | 110011 | 0 | 10111 | 1010000 | 10 | 101011 | 1100000 | 111011 |
Color Harmonies of #FBC233
Complementary color
Monochromatic Colors of #FBC233
Black with #FBC233
Text Example
Text Example
White with #FBC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC233; }
p { color: rgb(251,194,51); }
H1.HeaderClassName
{
color: #FBC233;
}
.AnyTagClassName
{
color: #FBC233;
}
</style>
background-color css
<style>
a { background-color: #FBC233; }
a { background-color: rgb(251,194,51); }
div.DivClassName
{
background-color: #FBC233;
}
.BgClassName
{
background-color: #FBC233;
}
</style>
border-color css
<style>
span { border-color: #FBC233; }
span { border-color: rgb(251,194,51); }
td.TdClassName
{
border-color: #FBC233;
}
.TagClassName
{
border-color: #FBC233;
}
</style>