Shades of Saffron #FABE32
Tints of Saffron #FABE32
RGB
CMYK
RGB Variations
Color information
#FABE32 (or 0xFABE32) is known color: Saffron. HEX triplet: FA, BE and 32. RGB value is (250,190,50). Sum of RGB (Red+Green+Blue) = 250+190+50=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE32 is #0541CD. Grayscale: #C0C0C0. Windows color (decimal): -344526 or 3325690. OLE color: 3325690.
HSL color Cylindrical-coordinate representation of color #FABE32: hue angle of 42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FABE32 is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 50 | - |
| CMYK | 0 | 0.24 | 0.8 | 0.02 |
| HSL | 42º | 0.95% | 0.59% | - |
| HSV(B) | 42º | 0.8% | 0.98% | - |
| XYZ | 58.41 | 57.38 | 11.01 | - |
| YUV | 191.98 | 47.88 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 50 | 0 | 0.24 | 0.8 | 0.02 | 42 | 0.95 | 0.59 |
| Hex | FA | BE | 32 | 0 | 18 | 50 | 2 | 2A | 5F | 3B |
| Octal | 372 | 276 | 62 | 0 | 30 | 120 | 2 | 52 | 137 | 73 |
| Binary | 11111010 | 10111110 | 110010 | 0 | 11000 | 1010000 | 10 | 101010 | 1011111 | 111011 |
Color Harmonies of #FABE32
Complementary color
Monochromatic Colors of #FABE32
Black with #FABE32
Text Example
Text Example
White with #FABE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE32; }
p { color: rgb(250,190,50); }
H1.HeaderClassName
{
color: #FABE32;
}
.AnyTagClassName
{
color: #FABE32;
}
</style>
background-color css
<style>
a { background-color: #FABE32; }
a { background-color: rgb(250,190,50); }
div.DivClassName
{
background-color: #FABE32;
}
.BgClassName
{
background-color: #FABE32;
}
</style>
border-color css
<style>
span { border-color: #FABE32; }
span { border-color: rgb(250,190,50); }
td.TdClassName
{
border-color: #FABE32;
}
.TagClassName
{
border-color: #FABE32;
}
</style>