Shades of Saffron #FBC133
Tints of Saffron #FBC133
RGB
CMYK
RGB Variations
Color information
#FBC133 (or 0xFBC133) is known color: Saffron. HEX triplet: FB, C1 and 33. RGB value is (251,193,51). Sum of RGB (Red+Green+Blue) = 251+193+51=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC133 is #043ECC. Grayscale: #C2C2C2. Windows color (decimal): -278221 or 3391995. OLE color: 3391995.
HSL color Cylindrical-coordinate representation of color #FBC133: hue angle of 42.6º 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 #FBC133 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 51 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.02 |
| HSL | 42.6º | 0.96% | 0.59% | - |
| HSV(B) | 42.6º | 0.8% | 0.98% | - |
| XYZ | 59.45 | 58.89 | 11.37 | - |
| YUV | 194.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 51 | 0 | 0.23 | 0.80 | 0.02 | 42.6 | 0.96 | 0.59 |
| Hex | FB | C1 | 33 | 0 | 17 | 50 | 2 | 2B | 60 | 3B |
| Octal | 373 | 301 | 63 | 0 | 27 | 120 | 2 | 53 | 140 | 73 |
| Binary | 11111011 | 11000001 | 110011 | 0 | 10111 | 1010000 | 10 | 101011 | 1100000 | 111011 |
Color Harmonies of #FBC133
Complementary color
Monochromatic Colors of #FBC133
Black with #FBC133
Text Example
Text Example
White with #FBC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC133; }
p { color: rgb(251,193,51); }
H1.HeaderClassName
{
color: #FBC133;
}
.AnyTagClassName
{
color: #FBC133;
}
</style>
background-color css
<style>
a { background-color: #FBC133; }
a { background-color: rgb(251,193,51); }
div.DivClassName
{
background-color: #FBC133;
}
.BgClassName
{
background-color: #FBC133;
}
</style>
border-color css
<style>
span { border-color: #FBC133; }
span { border-color: rgb(251,193,51); }
td.TdClassName
{
border-color: #FBC133;
}
.TagClassName
{
border-color: #FBC133;
}
</style>