Shades of Saffron #FBC22B
Tints of Saffron #FBC22B
RGB
CMYK
RGB Variations
Color information
#FBC22B (or 0xFBC22B) is known color: Saffron. HEX triplet: FB, C2 and 2B. RGB value is (251,194,43). Sum of RGB (Red+Green+Blue) = 251+194+43=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC22B is #043DD4. Grayscale: #C2C2C2. Windows color (decimal): -277973 or 2867963. OLE color: 2867963.
HSL color Cylindrical-coordinate representation of color #FBC22B: hue angle of 43.56º 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 #FBC22B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.02 |
| HSL | 43.56º | 0.96% | 0.58% | - |
| HSV(B) | 43.56º | 0.83% | 0.98% | - |
| XYZ | 59.51 | 59.27 | 10.59 | - |
| YUV | 193.83 | 42.88 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 43 | 0 | 0.23 | 0.83 | 0.02 | 43.56 | 0.96 | 0.58 |
| Hex | FB | C2 | 2B | 0 | 17 | 53 | 2 | 2C | 60 | 3A |
| Octal | 373 | 302 | 53 | 0 | 27 | 123 | 2 | 54 | 140 | 72 |
| Binary | 11111011 | 11000010 | 101011 | 0 | 10111 | 1010011 | 10 | 101100 | 1100000 | 111010 |
Color Harmonies of #FBC22B
Complementary color
Monochromatic Colors of #FBC22B
Black with #FBC22B
Text Example
Text Example
White with #FBC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC22B; }
p { color: rgb(251,194,43); }
H1.HeaderClassName
{
color: #FBC22B;
}
.AnyTagClassName
{
color: #FBC22B;
}
</style>
background-color css
<style>
a { background-color: #FBC22B; }
a { background-color: rgb(251,194,43); }
div.DivClassName
{
background-color: #FBC22B;
}
.BgClassName
{
background-color: #FBC22B;
}
</style>
border-color css
<style>
span { border-color: #FBC22B; }
span { border-color: rgb(251,194,43); }
td.TdClassName
{
border-color: #FBC22B;
}
.TagClassName
{
border-color: #FBC22B;
}
</style>