Shades of Saffron #FBC22D
Tints of Saffron #FBC22D
RGB
CMYK
RGB Variations
Color information
#FBC22D (or 0xFBC22D) is known color: Saffron. HEX triplet: FB, C2 and 2D. RGB value is (251,194,45). Sum of RGB (Red+Green+Blue) = 251+194+45=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC22D is #043DD2. Grayscale: #C2C2C2. Windows color (decimal): -277971 or 2999035. OLE color: 2999035.
HSL color Cylindrical-coordinate representation of color #FBC22D: hue angle of 43.4º 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 #FBC22D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.02 |
| HSL | 43.4º | 0.96% | 0.58% | - |
| HSV(B) | 43.4º | 0.82% | 0.98% | - |
| XYZ | 59.55 | 59.28 | 10.79 | - |
| YUV | 194.06 | 43.88 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 45 | 0 | 0.23 | 0.82 | 0.02 | 43.4 | 0.96 | 0.58 |
| Hex | FB | C2 | 2D | 0 | 17 | 52 | 2 | 2B | 60 | 3A |
| Octal | 373 | 302 | 55 | 0 | 27 | 122 | 2 | 53 | 140 | 72 |
| Binary | 11111011 | 11000010 | 101101 | 0 | 10111 | 1010010 | 10 | 101011 | 1100000 | 111010 |
Color Harmonies of #FBC22D
Complementary color
Monochromatic Colors of #FBC22D
Black with #FBC22D
Text Example
Text Example
White with #FBC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC22D; }
p { color: rgb(251,194,45); }
H1.HeaderClassName
{
color: #FBC22D;
}
.AnyTagClassName
{
color: #FBC22D;
}
</style>
background-color css
<style>
a { background-color: #FBC22D; }
a { background-color: rgb(251,194,45); }
div.DivClassName
{
background-color: #FBC22D;
}
.BgClassName
{
background-color: #FBC22D;
}
</style>
border-color css
<style>
span { border-color: #FBC22D; }
span { border-color: rgb(251,194,45); }
td.TdClassName
{
border-color: #FBC22D;
}
.TagClassName
{
border-color: #FBC22D;
}
</style>