Shades of Saffron #FBC22C
Tints of Saffron #FBC22C
RGB
CMYK
RGB Variations
Color information
#FBC22C (or 0xFBC22C) is known color: Saffron. HEX triplet: FB, C2 and 2C. RGB value is (251,194,44). Sum of RGB (Red+Green+Blue) = 251+194+44=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC22C is #043DD3. Grayscale: #C2C2C2. Windows color (decimal): -277972 or 2933499. OLE color: 2933499.
HSL color Cylindrical-coordinate representation of color #FBC22C: hue angle of 43.48º 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 #FBC22C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.02 |
| HSL | 43.48º | 0.96% | 0.58% | - |
| HSV(B) | 43.48º | 0.82% | 0.98% | - |
| XYZ | 59.53 | 59.27 | 10.69 | - |
| YUV | 193.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 44 | 0 | 0.23 | 0.82 | 0.02 | 43.48 | 0.96 | 0.58 |
| Hex | FB | C2 | 2C | 0 | 17 | 52 | 2 | 2B | 60 | 3A |
| Octal | 373 | 302 | 54 | 0 | 27 | 122 | 2 | 53 | 140 | 72 |
| Binary | 11111011 | 11000010 | 101100 | 0 | 10111 | 1010010 | 10 | 101011 | 1100000 | 111010 |
Color Harmonies of #FBC22C
Complementary color
Monochromatic Colors of #FBC22C
Black with #FBC22C
Text Example
Text Example
White with #FBC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC22C; }
p { color: rgb(251,194,44); }
H1.HeaderClassName
{
color: #FBC22C;
}
.AnyTagClassName
{
color: #FBC22C;
}
</style>
background-color css
<style>
a { background-color: #FBC22C; }
a { background-color: rgb(251,194,44); }
div.DivClassName
{
background-color: #FBC22C;
}
.BgClassName
{
background-color: #FBC22C;
}
</style>
border-color css
<style>
span { border-color: #FBC22C; }
span { border-color: rgb(251,194,44); }
td.TdClassName
{
border-color: #FBC22C;
}
.TagClassName
{
border-color: #FBC22C;
}
</style>