Shades of Saffron #FBC136
Tints of Saffron #FBC136
RGB
CMYK
RGB Variations
Color information
#FBC136 (or 0xFBC136) is known color: Saffron. HEX triplet: FB, C1 and 36. RGB value is (251,193,54). Sum of RGB (Red+Green+Blue) = 251+193+54=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC136 is #043EC9. Grayscale: #C3C3C3. Windows color (decimal): -278218 or 3588603. OLE color: 3588603.
HSL color Cylindrical-coordinate representation of color #FBC136: hue angle of 42.34º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBC136 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 54 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.02 |
| HSL | 42.34º | 0.96% | 0.6% | - |
| HSV(B) | 42.34º | 0.78% | 0.98% | - |
| XYZ | 59.52 | 58.92 | 11.72 | - |
| YUV | 194.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 54 | 0 | 0.23 | 0.78 | 0.02 | 42.34 | 0.96 | 0.6 |
| Hex | FB | C1 | 36 | 0 | 17 | 4E | 2 | 2A | 60 | 3C |
| Octal | 373 | 301 | 66 | 0 | 27 | 116 | 2 | 52 | 140 | 74 |
| Binary | 11111011 | 11000001 | 110110 | 0 | 10111 | 1001110 | 10 | 101010 | 1100000 | 111100 |
Color Harmonies of #FBC136
Complementary color
Monochromatic Colors of #FBC136
Black with #FBC136
Text Example
Text Example
White with #FBC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC136; }
p { color: rgb(251,193,54); }
H1.HeaderClassName
{
color: #FBC136;
}
.AnyTagClassName
{
color: #FBC136;
}
</style>
background-color css
<style>
a { background-color: #FBC136; }
a { background-color: rgb(251,193,54); }
div.DivClassName
{
background-color: #FBC136;
}
.BgClassName
{
background-color: #FBC136;
}
</style>
border-color css
<style>
span { border-color: #FBC136; }
span { border-color: rgb(251,193,54); }
td.TdClassName
{
border-color: #FBC136;
}
.TagClassName
{
border-color: #FBC136;
}
</style>