Shades of Saffron #FABB2D
Tints of Saffron #FABB2D
RGB
CMYK
RGB Variations
Color information
#FABB2D (or 0xFABB2D) is known color: Saffron. HEX triplet: FA, BB and 2D. RGB value is (250,187,45). Sum of RGB (Red+Green+Blue) = 250+187+45=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB2D is #0544D2. Grayscale: #BEBEBE. Windows color (decimal): -345299 or 2997242. OLE color: 2997242.
HSL color Cylindrical-coordinate representation of color #FABB2D: hue angle of 41.56º 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 #FABB2D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 45 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.56º | 0.95% | 0.58% | - |
| HSV(B) | 41.56º | 0.82% | 0.98% | - |
| XYZ | 57.67 | 56.05 | 10.26 | - |
| YUV | 189.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 45 | 0 | 0.25 | 0.82 | 0.02 | 41.56 | 0.95 | 0.58 |
| Hex | FA | BB | 2D | 0 | 19 | 52 | 2 | 2A | 5F | 3A |
| Octal | 372 | 273 | 55 | 0 | 31 | 122 | 2 | 52 | 137 | 72 |
| Binary | 11111010 | 10111011 | 101101 | 0 | 11001 | 1010010 | 10 | 101010 | 1011111 | 111010 |
Color Harmonies of #FABB2D
Complementary color
Monochromatic Colors of #FABB2D
Black with #FABB2D
Text Example
Text Example
White with #FABB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB2D; }
p { color: rgb(250,187,45); }
H1.HeaderClassName
{
color: #FABB2D;
}
.AnyTagClassName
{
color: #FABB2D;
}
</style>
background-color css
<style>
a { background-color: #FABB2D; }
a { background-color: rgb(250,187,45); }
div.DivClassName
{
background-color: #FABB2D;
}
.BgClassName
{
background-color: #FABB2D;
}
</style>
border-color css
<style>
span { border-color: #FABB2D; }
span { border-color: rgb(250,187,45); }
td.TdClassName
{
border-color: #FABB2D;
}
.TagClassName
{
border-color: #FABB2D;
}
</style>