Shades of Saffron #FABB25
Tints of Saffron #FABB25
RGB
CMYK
RGB Variations
Color information
#FABB25 (or 0xFABB25) is known color: Saffron. HEX triplet: FA, BB and 25. RGB value is (250,187,37). Sum of RGB (Red+Green+Blue) = 250+187+37=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB25 is #0544DA. Grayscale: #BDBDBD. Windows color (decimal): -345307 or 2472954. OLE color: 2472954.
HSL color Cylindrical-coordinate representation of color #FABB25: hue angle of 42.25º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FABB25 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 37 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.02 |
| HSL | 42.25º | 0.96% | 0.56% | - |
| HSV(B) | 42.25º | 0.85% | 0.98% | - |
| XYZ | 57.53 | 56 | 9.53 | - |
| YUV | 188.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 37 | 0 | 0.25 | 0.85 | 0.02 | 42.25 | 0.96 | 0.56 |
| Hex | FA | BB | 25 | 0 | 19 | 55 | 2 | 2A | 60 | 38 |
| Octal | 372 | 273 | 45 | 0 | 31 | 125 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111011 | 100101 | 0 | 11001 | 1010101 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FABB25
Complementary color
Monochromatic Colors of #FABB25
Black with #FABB25
Text Example
Text Example
White with #FABB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB25; }
p { color: rgb(250,187,37); }
H1.HeaderClassName
{
color: #FABB25;
}
.AnyTagClassName
{
color: #FABB25;
}
</style>
background-color css
<style>
a { background-color: #FABB25; }
a { background-color: rgb(250,187,37); }
div.DivClassName
{
background-color: #FABB25;
}
.BgClassName
{
background-color: #FABB25;
}
</style>
border-color css
<style>
span { border-color: #FABB25; }
span { border-color: rgb(250,187,37); }
td.TdClassName
{
border-color: #FABB25;
}
.TagClassName
{
border-color: #FABB25;
}
</style>