Shades of Saffron #FABD2D
Tints of Saffron #FABD2D
RGB
CMYK
RGB Variations
Color information
#FABD2D (or 0xFABD2D) is known color: Saffron. HEX triplet: FA, BD and 2D. RGB value is (250,189,45). Sum of RGB (Red+Green+Blue) = 250+189+45=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD2D is #0542D2. Grayscale: #BFBFBF. Windows color (decimal): -344787 or 2997754. OLE color: 2997754.
HSL color Cylindrical-coordinate representation of color #FABD2D: hue angle of 42.15º 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 #FABD2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.02 |
| HSL | 42.15º | 0.95% | 0.58% | - |
| HSV(B) | 42.15º | 0.82% | 0.98% | - |
| XYZ | 58.1 | 56.91 | 10.41 | - |
| YUV | 190.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 45 | 0 | 0.24 | 0.82 | 0.02 | 42.15 | 0.95 | 0.58 |
| Hex | FA | BD | 2D | 0 | 18 | 52 | 2 | 2A | 5F | 3A |
| Octal | 372 | 275 | 55 | 0 | 30 | 122 | 2 | 52 | 137 | 72 |
| Binary | 11111010 | 10111101 | 101101 | 0 | 11000 | 1010010 | 10 | 101010 | 1011111 | 111010 |
Color Harmonies of #FABD2D
Complementary color
Monochromatic Colors of #FABD2D
Black with #FABD2D
Text Example
Text Example
White with #FABD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD2D; }
p { color: rgb(250,189,45); }
H1.HeaderClassName
{
color: #FABD2D;
}
.AnyTagClassName
{
color: #FABD2D;
}
</style>
background-color css
<style>
a { background-color: #FABD2D; }
a { background-color: rgb(250,189,45); }
div.DivClassName
{
background-color: #FABD2D;
}
.BgClassName
{
background-color: #FABD2D;
}
</style>
border-color css
<style>
span { border-color: #FABD2D; }
span { border-color: rgb(250,189,45); }
td.TdClassName
{
border-color: #FABD2D;
}
.TagClassName
{
border-color: #FABD2D;
}
</style>