Shades of Saffron #FBC227
Tints of Saffron #FBC227
RGB
CMYK
RGB Variations
Color information
#FBC227 (or 0xFBC227) is known color: Saffron. HEX triplet: FB, C2 and 27. RGB value is (251,194,39). Sum of RGB (Red+Green+Blue) = 251+194+39=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC227 is #043DD8. Grayscale: #C2C2C2. Windows color (decimal): -277977 or 2605819. OLE color: 2605819.
HSL color Cylindrical-coordinate representation of color #FBC227: hue angle of 43.87º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBC227 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 39 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.02 |
| HSL | 43.87º | 0.96% | 0.57% | - |
| HSV(B) | 43.87º | 0.84% | 0.98% | - |
| XYZ | 59.44 | 59.24 | 10.22 | - |
| YUV | 193.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 39 | 0 | 0.23 | 0.84 | 0.02 | 43.87 | 0.96 | 0.57 |
| Hex | FB | C2 | 27 | 0 | 17 | 54 | 2 | 2C | 60 | 39 |
| Octal | 373 | 302 | 47 | 0 | 27 | 124 | 2 | 54 | 140 | 71 |
| Binary | 11111011 | 11000010 | 100111 | 0 | 10111 | 1010100 | 10 | 101100 | 1100000 | 111001 |
Color Harmonies of #FBC227
Complementary color
Monochromatic Colors of #FBC227
Black with #FBC227
Text Example
Text Example
White with #FBC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC227; }
p { color: rgb(251,194,39); }
H1.HeaderClassName
{
color: #FBC227;
}
.AnyTagClassName
{
color: #FBC227;
}
</style>
background-color css
<style>
a { background-color: #FBC227; }
a { background-color: rgb(251,194,39); }
div.DivClassName
{
background-color: #FBC227;
}
.BgClassName
{
background-color: #FBC227;
}
</style>
border-color css
<style>
span { border-color: #FBC227; }
span { border-color: rgb(251,194,39); }
td.TdClassName
{
border-color: #FBC227;
}
.TagClassName
{
border-color: #FBC227;
}
</style>