Shades of Saffron #FBC02B
Tints of Saffron #FBC02B
RGB
CMYK
RGB Variations
Color information
#FBC02B (or 0xFBC02B) is known color: Saffron. HEX triplet: FB, C0 and 2B. RGB value is (251,192,43). Sum of RGB (Red+Green+Blue) = 251+192+43=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC02B is #043FD4. Grayscale: #C1C1C1. Windows color (decimal): -278485 or 2867451. OLE color: 2867451.
HSL color Cylindrical-coordinate representation of color #FBC02B: hue angle of 42.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBC02B is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 43 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.02 |
| HSL | 42.98º | 0.96% | 0.58% | - |
| HSV(B) | 42.98º | 0.83% | 0.98% | - |
| XYZ | 59.07 | 58.38 | 10.44 | - |
| YUV | 192.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 43 | 0 | 0.24 | 0.83 | 0.02 | 42.98 | 0.96 | 0.58 |
| Hex | FB | C0 | 2B | 0 | 18 | 53 | 2 | 2B | 60 | 3A |
| Octal | 373 | 300 | 53 | 0 | 30 | 123 | 2 | 53 | 140 | 72 |
| Binary | 11111011 | 11000000 | 101011 | 0 | 11000 | 1010011 | 10 | 101011 | 1100000 | 111010 |
Color Harmonies of #FBC02B
Complementary color
Monochromatic Colors of #FBC02B
Black with #FBC02B
Text Example
Text Example
White with #FBC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC02B; }
p { color: rgb(251,192,43); }
H1.HeaderClassName
{
color: #FBC02B;
}
.AnyTagClassName
{
color: #FBC02B;
}
</style>
background-color css
<style>
a { background-color: #FBC02B; }
a { background-color: rgb(251,192,43); }
div.DivClassName
{
background-color: #FBC02B;
}
.BgClassName
{
background-color: #FBC02B;
}
</style>
border-color css
<style>
span { border-color: #FBC02B; }
span { border-color: rgb(251,192,43); }
td.TdClassName
{
border-color: #FBC02B;
}
.TagClassName
{
border-color: #FBC02B;
}
</style>