Shades of Saffron #FBC32A
Tints of Saffron #FBC32A
RGB
CMYK
RGB Variations
Color information
#FBC32A (or 0xFBC32A) is known color: Saffron. HEX triplet: FB, C3 and 2A. RGB value is (251,195,42). Sum of RGB (Red+Green+Blue) = 251+195+42=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC32A is #043CD5. Grayscale: #C2C2C2. Windows color (decimal): -277718 or 2802683. OLE color: 2802683.
HSL color Cylindrical-coordinate representation of color #FBC32A: hue angle of 43.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBC32A is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 42 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.02 |
| HSL | 43.92º | 0.96% | 0.57% | - |
| HSV(B) | 43.92º | 0.83% | 0.98% | - |
| XYZ | 59.72 | 59.71 | 10.57 | - |
| YUV | 194.3 | 42.05 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 42 | 0 | 0.22 | 0.83 | 0.02 | 43.92 | 0.96 | 0.57 |
| Hex | FB | C3 | 2A | 0 | 16 | 53 | 2 | 2C | 60 | 39 |
| Octal | 373 | 303 | 52 | 0 | 26 | 123 | 2 | 54 | 140 | 71 |
| Binary | 11111011 | 11000011 | 101010 | 0 | 10110 | 1010011 | 10 | 101100 | 1100000 | 111001 |
Color Harmonies of #FBC32A
Complementary color
Monochromatic Colors of #FBC32A
Black with #FBC32A
Text Example
Text Example
White with #FBC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC32A; }
p { color: rgb(251,195,42); }
H1.HeaderClassName
{
color: #FBC32A;
}
.AnyTagClassName
{
color: #FBC32A;
}
</style>
background-color css
<style>
a { background-color: #FBC32A; }
a { background-color: rgb(251,195,42); }
div.DivClassName
{
background-color: #FBC32A;
}
.BgClassName
{
background-color: #FBC32A;
}
</style>
border-color css
<style>
span { border-color: #FBC32A; }
span { border-color: rgb(251,195,42); }
td.TdClassName
{
border-color: #FBC32A;
}
.TagClassName
{
border-color: #FBC32A;
}
</style>