Shades of Saffron #FBC327
Tints of Saffron #FBC327
RGB
CMYK
RGB Variations
Color information
#FBC327 (or 0xFBC327) is known color: Saffron. HEX triplet: FB, C3 and 27. RGB value is (251,195,39). Sum of RGB (Red+Green+Blue) = 251+195+39=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC327 is #043CD8. Grayscale: #C2C2C2. Windows color (decimal): -277721 or 2606075. OLE color: 2606075.
HSL color Cylindrical-coordinate representation of color #FBC327: hue angle of 44.15º 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 #FBC327 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 39 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.02 |
| HSL | 44.15º | 0.96% | 0.57% | - |
| HSV(B) | 44.15º | 0.84% | 0.98% | - |
| XYZ | 59.66 | 59.69 | 10.3 | - |
| YUV | 193.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 39 | 0 | 0.22 | 0.84 | 0.02 | 44.15 | 0.96 | 0.57 |
| Hex | FB | C3 | 27 | 0 | 16 | 54 | 2 | 2C | 60 | 39 |
| Octal | 373 | 303 | 47 | 0 | 26 | 124 | 2 | 54 | 140 | 71 |
| Binary | 11111011 | 11000011 | 100111 | 0 | 10110 | 1010100 | 10 | 101100 | 1100000 | 111001 |
Color Harmonies of #FBC327
Complementary color
Monochromatic Colors of #FBC327
Black with #FBC327
Text Example
Text Example
White with #FBC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC327; }
p { color: rgb(251,195,39); }
H1.HeaderClassName
{
color: #FBC327;
}
.AnyTagClassName
{
color: #FBC327;
}
</style>
background-color css
<style>
a { background-color: #FBC327; }
a { background-color: rgb(251,195,39); }
div.DivClassName
{
background-color: #FBC327;
}
.BgClassName
{
background-color: #FBC327;
}
</style>
border-color css
<style>
span { border-color: #FBC327; }
span { border-color: rgb(251,195,39); }
td.TdClassName
{
border-color: #FBC327;
}
.TagClassName
{
border-color: #FBC327;
}
</style>