Shades of Saffron #FBC12F
Tints of Saffron #FBC12F
RGB
CMYK
RGB Variations
Color information
#FBC12F (or 0xFBC12F) is known color: Saffron. HEX triplet: FB, C1 and 2F. RGB value is (251,193,47). Sum of RGB (Red+Green+Blue) = 251+193+47=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC12F is #043ED0. Grayscale: #C2C2C2. Windows color (decimal): -278225 or 3129851. OLE color: 3129851.
HSL color Cylindrical-coordinate representation of color #FBC12F: hue angle of 42.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBC12F is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 47 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.02 |
| HSL | 42.94º | 0.96% | 0.58% | - |
| HSV(B) | 42.94º | 0.81% | 0.98% | - |
| XYZ | 59.37 | 58.85 | 10.92 | - |
| YUV | 193.7 | 45.22 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 47 | 0 | 0.23 | 0.81 | 0.02 | 42.94 | 0.96 | 0.58 |
| Hex | FB | C1 | 2F | 0 | 17 | 51 | 2 | 2B | 60 | 3A |
| Octal | 373 | 301 | 57 | 0 | 27 | 121 | 2 | 53 | 140 | 72 |
| Binary | 11111011 | 11000001 | 101111 | 0 | 10111 | 1010001 | 10 | 101011 | 1100000 | 111010 |
Color Harmonies of #FBC12F
Complementary color
Monochromatic Colors of #FBC12F
Black with #FBC12F
Text Example
Text Example
White with #FBC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC12F; }
p { color: rgb(251,193,47); }
H1.HeaderClassName
{
color: #FBC12F;
}
.AnyTagClassName
{
color: #FBC12F;
}
</style>
background-color css
<style>
a { background-color: #FBC12F; }
a { background-color: rgb(251,193,47); }
div.DivClassName
{
background-color: #FBC12F;
}
.BgClassName
{
background-color: #FBC12F;
}
</style>
border-color css
<style>
span { border-color: #FBC12F; }
span { border-color: rgb(251,193,47); }
td.TdClassName
{
border-color: #FBC12F;
}
.TagClassName
{
border-color: #FBC12F;
}
</style>