Shades of Saffron #FABA28
Tints of Saffron #FABA28
RGB
CMYK
RGB Variations
Color information
#FABA28 (or 0xFABA28) is known color: Saffron. HEX triplet: FA, BA and 28. RGB value is (250,186,40). Sum of RGB (Red+Green+Blue) = 250+186+40=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA28 is #0545D7. Grayscale: #BDBDBD. Windows color (decimal): -345560 or 2669306. OLE color: 2669306.
HSL color Cylindrical-coordinate representation of color #FABA28: hue angle of 41.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FABA28 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 40 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.02 |
| HSL | 41.71º | 0.95% | 0.57% | - |
| HSV(B) | 41.71º | 0.84% | 0.98% | - |
| XYZ | 57.37 | 55.6 | 9.71 | - |
| YUV | 188.49 | 44.2 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 40 | 0 | 0.26 | 0.84 | 0.02 | 41.71 | 0.95 | 0.57 |
| Hex | FA | BA | 28 | 0 | 1A | 54 | 2 | 2A | 5F | 39 |
| Octal | 372 | 272 | 50 | 0 | 32 | 124 | 2 | 52 | 137 | 71 |
| Binary | 11111010 | 10111010 | 101000 | 0 | 11010 | 1010100 | 10 | 101010 | 1011111 | 111001 |
Color Harmonies of #FABA28
Complementary color
Monochromatic Colors of #FABA28
Black with #FABA28
Text Example
Text Example
White with #FABA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA28; }
p { color: rgb(250,186,40); }
H1.HeaderClassName
{
color: #FABA28;
}
.AnyTagClassName
{
color: #FABA28;
}
</style>
background-color css
<style>
a { background-color: #FABA28; }
a { background-color: rgb(250,186,40); }
div.DivClassName
{
background-color: #FABA28;
}
.BgClassName
{
background-color: #FABA28;
}
</style>
border-color css
<style>
span { border-color: #FABA28; }
span { border-color: rgb(250,186,40); }
td.TdClassName
{
border-color: #FABA28;
}
.TagClassName
{
border-color: #FABA28;
}
</style>