Shades of Saffron #FBC035
Tints of Saffron #FBC035
RGB
CMYK
RGB Variations
Color information
#FBC035 (or 0xFBC035) is known color: Saffron. HEX triplet: FB, C0 and 35. RGB value is (251,192,53). Sum of RGB (Red+Green+Blue) = 251+192+53=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC035 is #043FCA. Grayscale: #C2C2C2. Windows color (decimal): -278475 or 3522811. OLE color: 3522811.
HSL color Cylindrical-coordinate representation of color #FBC035: hue angle of 42.12º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBC035 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 53 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.02 |
| HSL | 42.12º | 0.96% | 0.6% | - |
| HSV(B) | 42.12º | 0.79% | 0.98% | - |
| XYZ | 59.28 | 58.47 | 11.53 | - |
| YUV | 193.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 53 | 0 | 0.24 | 0.79 | 0.02 | 42.12 | 0.96 | 0.6 |
| Hex | FB | C0 | 35 | 0 | 18 | 4F | 2 | 2A | 60 | 3C |
| Octal | 373 | 300 | 65 | 0 | 30 | 117 | 2 | 52 | 140 | 74 |
| Binary | 11111011 | 11000000 | 110101 | 0 | 11000 | 1001111 | 10 | 101010 | 1100000 | 111100 |
Color Harmonies of #FBC035
Complementary color
Monochromatic Colors of #FBC035
Black with #FBC035
Text Example
Text Example
White with #FBC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC035; }
p { color: rgb(251,192,53); }
H1.HeaderClassName
{
color: #FBC035;
}
.AnyTagClassName
{
color: #FBC035;
}
</style>
background-color css
<style>
a { background-color: #FBC035; }
a { background-color: rgb(251,192,53); }
div.DivClassName
{
background-color: #FBC035;
}
.BgClassName
{
background-color: #FBC035;
}
</style>
border-color css
<style>
span { border-color: #FBC035; }
span { border-color: rgb(251,192,53); }
td.TdClassName
{
border-color: #FBC035;
}
.TagClassName
{
border-color: #FBC035;
}
</style>