Shades of Saffron #FBC12B
Tints of Saffron #FBC12B
RGB
CMYK
RGB Variations
Color information
#FBC12B (or 0xFBC12B) is known color: Saffron. HEX triplet: FB, C1 and 2B. RGB value is (251,193,43). Sum of RGB (Red+Green+Blue) = 251+193+43=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC12B is #043ED4. Grayscale: #C1C1C1. Windows color (decimal): -278229 or 2867707. OLE color: 2867707.
HSL color Cylindrical-coordinate representation of color #FBC12B: hue angle of 43.27º 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 #FBC12B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.02 |
| HSL | 43.27º | 0.96% | 0.58% | - |
| HSV(B) | 43.27º | 0.83% | 0.98% | - |
| XYZ | 59.29 | 58.82 | 10.51 | - |
| YUV | 193.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 43 | 0 | 0.23 | 0.83 | 0.02 | 43.27 | 0.96 | 0.58 |
| Hex | FB | C1 | 2B | 0 | 17 | 53 | 2 | 2B | 60 | 3A |
| Octal | 373 | 301 | 53 | 0 | 27 | 123 | 2 | 53 | 140 | 72 |
| Binary | 11111011 | 11000001 | 101011 | 0 | 10111 | 1010011 | 10 | 101011 | 1100000 | 111010 |
Color Harmonies of #FBC12B
Complementary color
Monochromatic Colors of #FBC12B
Black with #FBC12B
Text Example
Text Example
White with #FBC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC12B; }
p { color: rgb(251,193,43); }
H1.HeaderClassName
{
color: #FBC12B;
}
.AnyTagClassName
{
color: #FBC12B;
}
</style>
background-color css
<style>
a { background-color: #FBC12B; }
a { background-color: rgb(251,193,43); }
div.DivClassName
{
background-color: #FBC12B;
}
.BgClassName
{
background-color: #FBC12B;
}
</style>
border-color css
<style>
span { border-color: #FBC12B; }
span { border-color: rgb(251,193,43); }
td.TdClassName
{
border-color: #FBC12B;
}
.TagClassName
{
border-color: #FBC12B;
}
</style>