Shades of Saffron #FBC62C
Tints of Saffron #FBC62C
RGB
CMYK
RGB Variations
Color information
#FBC62C (or 0xFBC62C) is known color: Saffron. HEX triplet: FB, C6 and 2C. RGB value is (251,198,44). Sum of RGB (Red+Green+Blue) = 251+198+44=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC62C is #0439D3. Grayscale: #C4C4C4. Windows color (decimal): -276948 or 2934523. OLE color: 2934523.
HSL color Cylindrical-coordinate representation of color #FBC62C: hue angle of 44.64º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBC62C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 44 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.02 |
| HSL | 44.64º | 0.96% | 0.58% | - |
| HSV(B) | 44.64º | 0.82% | 0.98% | - |
| XYZ | 60.43 | 61.08 | 10.99 | - |
| YUV | 196.29 | 42.06 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 44 | 0 | 0.21 | 0.82 | 0.02 | 44.64 | 0.96 | 0.58 |
| Hex | FB | C6 | 2C | 0 | 15 | 52 | 2 | 2D | 60 | 3A |
| Octal | 373 | 306 | 54 | 0 | 25 | 122 | 2 | 55 | 140 | 72 |
| Binary | 11111011 | 11000110 | 101100 | 0 | 10101 | 1010010 | 10 | 101101 | 1100000 | 111010 |
Color Harmonies of #FBC62C
Complementary color
Monochromatic Colors of #FBC62C
Black with #FBC62C
Text Example
Text Example
White with #FBC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC62C; }
p { color: rgb(251,198,44); }
H1.HeaderClassName
{
color: #FBC62C;
}
.AnyTagClassName
{
color: #FBC62C;
}
</style>
background-color css
<style>
a { background-color: #FBC62C; }
a { background-color: rgb(251,198,44); }
div.DivClassName
{
background-color: #FBC62C;
}
.BgClassName
{
background-color: #FBC62C;
}
</style>
border-color css
<style>
span { border-color: #FBC62C; }
span { border-color: rgb(251,198,44); }
td.TdClassName
{
border-color: #FBC62C;
}
.TagClassName
{
border-color: #FBC62C;
}
</style>