Shades of Saffron #FABB28
Tints of Saffron #FABB28
RGB
CMYK
RGB Variations
Color information
#FABB28 (or 0xFABB28) is known color: Saffron. HEX triplet: FA, BB and 28. RGB value is (250,187,40). Sum of RGB (Red+Green+Blue) = 250+187+40=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB28 is #0544D7. Grayscale: #BDBDBD. Windows color (decimal): -345304 or 2669562. OLE color: 2669562.
HSL color Cylindrical-coordinate representation of color #FABB28: hue angle of 42º 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 #FABB28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 40 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.02 |
| HSL | 42º | 0.95% | 0.57% | - |
| HSV(B) | 42º | 0.84% | 0.98% | - |
| XYZ | 57.58 | 56.02 | 9.79 | - |
| YUV | 189.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 40 | 0 | 0.25 | 0.84 | 0.02 | 42 | 0.95 | 0.57 |
| Hex | FA | BB | 28 | 0 | 19 | 54 | 2 | 2A | 5F | 39 |
| Octal | 372 | 273 | 50 | 0 | 31 | 124 | 2 | 52 | 137 | 71 |
| Binary | 11111010 | 10111011 | 101000 | 0 | 11001 | 1010100 | 10 | 101010 | 1011111 | 111001 |
Color Harmonies of #FABB28
Complementary color
Monochromatic Colors of #FABB28
Black with #FABB28
Text Example
Text Example
White with #FABB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB28; }
p { color: rgb(250,187,40); }
H1.HeaderClassName
{
color: #FABB28;
}
.AnyTagClassName
{
color: #FABB28;
}
</style>
background-color css
<style>
a { background-color: #FABB28; }
a { background-color: rgb(250,187,40); }
div.DivClassName
{
background-color: #FABB28;
}
.BgClassName
{
background-color: #FABB28;
}
</style>
border-color css
<style>
span { border-color: #FABB28; }
span { border-color: rgb(250,187,40); }
td.TdClassName
{
border-color: #FABB28;
}
.TagClassName
{
border-color: #FABB28;
}
</style>