Shades of Saffron #FABE2D
Tints of Saffron #FABE2D
RGB
CMYK
RGB Variations
Color information
#FABE2D (or 0xFABE2D) is known color: Saffron. HEX triplet: FA, BE and 2D. RGB value is (250,190,45). Sum of RGB (Red+Green+Blue) = 250+190+45=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE2D is #0541D2. Grayscale: #C0C0C0. Windows color (decimal): -344531 or 2998010. OLE color: 2998010.
HSL color Cylindrical-coordinate representation of color #FABE2D: hue angle of 42.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FABE2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.02 |
| HSL | 42.44º | 0.95% | 0.58% | - |
| HSV(B) | 42.44º | 0.82% | 0.98% | - |
| XYZ | 58.31 | 57.34 | 10.48 | - |
| YUV | 191.41 | 45.38 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 45 | 0 | 0.24 | 0.82 | 0.02 | 42.44 | 0.95 | 0.58 |
| Hex | FA | BE | 2D | 0 | 18 | 52 | 2 | 2A | 5F | 3A |
| Octal | 372 | 276 | 55 | 0 | 30 | 122 | 2 | 52 | 137 | 72 |
| Binary | 11111010 | 10111110 | 101101 | 0 | 11000 | 1010010 | 10 | 101010 | 1011111 | 111010 |
Color Harmonies of #FABE2D
Complementary color
Monochromatic Colors of #FABE2D
Black with #FABE2D
Text Example
Text Example
White with #FABE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE2D; }
p { color: rgb(250,190,45); }
H1.HeaderClassName
{
color: #FABE2D;
}
.AnyTagClassName
{
color: #FABE2D;
}
</style>
background-color css
<style>
a { background-color: #FABE2D; }
a { background-color: rgb(250,190,45); }
div.DivClassName
{
background-color: #FABE2D;
}
.BgClassName
{
background-color: #FABE2D;
}
</style>
border-color css
<style>
span { border-color: #FABE2D; }
span { border-color: rgb(250,190,45); }
td.TdClassName
{
border-color: #FABE2D;
}
.TagClassName
{
border-color: #FABE2D;
}
</style>