Shades of Saffron #FBC02D
Tints of Saffron #FBC02D
RGB
CMYK
RGB Variations
Color information
#FBC02D (or 0xFBC02D) is known color: Saffron. HEX triplet: FB, C0 and 2D. RGB value is (251,192,45). Sum of RGB (Red+Green+Blue) = 251+192+45=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC02D is #043FD2. Grayscale: #C1C1C1. Windows color (decimal): -278483 or 2998523. OLE color: 2998523.
HSL color Cylindrical-coordinate representation of color #FBC02D: hue angle of 42.82º 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 #FBC02D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.02 |
| HSL | 42.82º | 0.96% | 0.58% | - |
| HSV(B) | 42.82º | 0.82% | 0.98% | - |
| XYZ | 59.11 | 58.4 | 10.64 | - |
| YUV | 192.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 45 | 0 | 0.24 | 0.82 | 0.02 | 42.82 | 0.96 | 0.58 |
| Hex | FB | C0 | 2D | 0 | 18 | 52 | 2 | 2B | 60 | 3A |
| Octal | 373 | 300 | 55 | 0 | 30 | 122 | 2 | 53 | 140 | 72 |
| Binary | 11111011 | 11000000 | 101101 | 0 | 11000 | 1010010 | 10 | 101011 | 1100000 | 111010 |
Color Harmonies of #FBC02D
Complementary color
Monochromatic Colors of #FBC02D
Black with #FBC02D
Text Example
Text Example
White with #FBC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC02D; }
p { color: rgb(251,192,45); }
H1.HeaderClassName
{
color: #FBC02D;
}
.AnyTagClassName
{
color: #FBC02D;
}
</style>
background-color css
<style>
a { background-color: #FBC02D; }
a { background-color: rgb(251,192,45); }
div.DivClassName
{
background-color: #FBC02D;
}
.BgClassName
{
background-color: #FBC02D;
}
</style>
border-color css
<style>
span { border-color: #FBC02D; }
span { border-color: rgb(251,192,45); }
td.TdClassName
{
border-color: #FBC02D;
}
.TagClassName
{
border-color: #FBC02D;
}
</style>