Shades of Saffron #FABD31
Tints of Saffron #FABD31
RGB
CMYK
RGB Variations
Color information
#FABD31 (or 0xFABD31) is known color: Saffron. HEX triplet: FA, BD and 31. RGB value is (250,189,49). Sum of RGB (Red+Green+Blue) = 250+189+49=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD31 is #0542CE. Grayscale: #BFBFBF. Windows color (decimal): -344783 or 3259898. OLE color: 3259898.
HSL color Cylindrical-coordinate representation of color #FABD31: hue angle of 41.79º 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 #FABD31 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 49 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.02 |
| HSL | 41.79º | 0.95% | 0.59% | - |
| HSV(B) | 41.79º | 0.8% | 0.98% | - |
| XYZ | 58.18 | 56.94 | 10.83 | - |
| YUV | 191.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 49 | 0 | 0.24 | 0.80 | 0.02 | 41.79 | 0.95 | 0.59 |
| Hex | FA | BD | 31 | 0 | 18 | 50 | 2 | 2A | 5F | 3B |
| Octal | 372 | 275 | 61 | 0 | 30 | 120 | 2 | 52 | 137 | 73 |
| Binary | 11111010 | 10111101 | 110001 | 0 | 11000 | 1010000 | 10 | 101010 | 1011111 | 111011 |
Color Harmonies of #FABD31
Complementary color
Monochromatic Colors of #FABD31
Black with #FABD31
Text Example
Text Example
White with #FABD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD31; }
p { color: rgb(250,189,49); }
H1.HeaderClassName
{
color: #FABD31;
}
.AnyTagClassName
{
color: #FABD31;
}
</style>
background-color css
<style>
a { background-color: #FABD31; }
a { background-color: rgb(250,189,49); }
div.DivClassName
{
background-color: #FABD31;
}
.BgClassName
{
background-color: #FABD31;
}
</style>
border-color css
<style>
span { border-color: #FABD31; }
span { border-color: rgb(250,189,49); }
td.TdClassName
{
border-color: #FABD31;
}
.TagClassName
{
border-color: #FABD31;
}
</style>