Shades of Saffron #FBC027
Tints of Saffron #FBC027
RGB
CMYK
RGB Variations
Color information
#FBC027 (or 0xFBC027) is known color: Saffron. HEX triplet: FB, C0 and 27. RGB value is (251,192,39). Sum of RGB (Red+Green+Blue) = 251+192+39=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC027 is #043FD8. Grayscale: #C0C0C0. Windows color (decimal): -278489 or 2605307. OLE color: 2605307.
HSL color Cylindrical-coordinate representation of color #FBC027: hue angle of 43.3º 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 #FBC027 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 39 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.02 |
| HSL | 43.3º | 0.96% | 0.57% | - |
| HSV(B) | 43.3º | 0.84% | 0.98% | - |
| XYZ | 59 | 58.35 | 10.07 | - |
| YUV | 192.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 39 | 0 | 0.24 | 0.84 | 0.02 | 43.3 | 0.96 | 0.57 |
| Hex | FB | C0 | 27 | 0 | 18 | 54 | 2 | 2B | 60 | 39 |
| Octal | 373 | 300 | 47 | 0 | 30 | 124 | 2 | 53 | 140 | 71 |
| Binary | 11111011 | 11000000 | 100111 | 0 | 11000 | 1010100 | 10 | 101011 | 1100000 | 111001 |
Color Harmonies of #FBC027
Complementary color
Monochromatic Colors of #FBC027
Black with #FBC027
Text Example
Text Example
White with #FBC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC027; }
p { color: rgb(251,192,39); }
H1.HeaderClassName
{
color: #FBC027;
}
.AnyTagClassName
{
color: #FBC027;
}
</style>
background-color css
<style>
a { background-color: #FBC027; }
a { background-color: rgb(251,192,39); }
div.DivClassName
{
background-color: #FBC027;
}
.BgClassName
{
background-color: #FBC027;
}
</style>
border-color css
<style>
span { border-color: #FBC027; }
span { border-color: rgb(251,192,39); }
td.TdClassName
{
border-color: #FBC027;
}
.TagClassName
{
border-color: #FBC027;
}
</style>