Shades of Saffron #FABE30
Tints of Saffron #FABE30
RGB
CMYK
RGB Variations
Color information
#FABE30 (or 0xFABE30) is known color: Saffron. HEX triplet: FA, BE and 30. RGB value is (250,190,48). Sum of RGB (Red+Green+Blue) = 250+190+48=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE30 is #0541CF. Grayscale: #C0C0C0. Windows color (decimal): -344528 or 3194618. OLE color: 3194618.
HSL color Cylindrical-coordinate representation of color #FABE30: hue angle of 42.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FABE30 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 48 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.02 |
| HSL | 42.18º | 0.95% | 0.58% | - |
| HSV(B) | 42.18º | 0.81% | 0.98% | - |
| XYZ | 58.37 | 57.36 | 10.79 | - |
| YUV | 191.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 48 | 0 | 0.24 | 0.81 | 0.02 | 42.18 | 0.95 | 0.58 |
| Hex | FA | BE | 30 | 0 | 18 | 51 | 2 | 2A | 5F | 3A |
| Octal | 372 | 276 | 60 | 0 | 30 | 121 | 2 | 52 | 137 | 72 |
| Binary | 11111010 | 10111110 | 110000 | 0 | 11000 | 1010001 | 10 | 101010 | 1011111 | 111010 |
Color Harmonies of #FABE30
Complementary color
Monochromatic Colors of #FABE30
Black with #FABE30
Text Example
Text Example
White with #FABE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE30; }
p { color: rgb(250,190,48); }
H1.HeaderClassName
{
color: #FABE30;
}
.AnyTagClassName
{
color: #FABE30;
}
</style>
background-color css
<style>
a { background-color: #FABE30; }
a { background-color: rgb(250,190,48); }
div.DivClassName
{
background-color: #FABE30;
}
.BgClassName
{
background-color: #FABE30;
}
</style>
border-color css
<style>
span { border-color: #FABE30; }
span { border-color: rgb(250,190,48); }
td.TdClassName
{
border-color: #FABE30;
}
.TagClassName
{
border-color: #FABE30;
}
</style>