Shades of Saffron #FABB2E
Tints of Saffron #FABB2E
RGB
CMYK
RGB Variations
Color information
#FABB2E (or 0xFABB2E) is known color: Saffron. HEX triplet: FA, BB and 2E. RGB value is (250,187,46). Sum of RGB (Red+Green+Blue) = 250+187+46=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB2E is #0544D1. Grayscale: #BEBEBE. Windows color (decimal): -345298 or 3062778. OLE color: 3062778.
HSL color Cylindrical-coordinate representation of color #FABB2E: hue angle of 41.47º 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 #FABB2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.47º | 0.95% | 0.58% | - |
| HSV(B) | 41.47º | 0.82% | 0.98% | - |
| XYZ | 57.69 | 56.06 | 10.37 | - |
| YUV | 189.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 46 | 0 | 0.25 | 0.82 | 0.02 | 41.47 | 0.95 | 0.58 |
| Hex | FA | BB | 2E | 0 | 19 | 52 | 2 | 29 | 5F | 3A |
| Octal | 372 | 273 | 56 | 0 | 31 | 122 | 2 | 51 | 137 | 72 |
| Binary | 11111010 | 10111011 | 101110 | 0 | 11001 | 1010010 | 10 | 101001 | 1011111 | 111010 |
Color Harmonies of #FABB2E
Complementary color
Monochromatic Colors of #FABB2E
Black with #FABB2E
Text Example
Text Example
White with #FABB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB2E; }
p { color: rgb(250,187,46); }
H1.HeaderClassName
{
color: #FABB2E;
}
.AnyTagClassName
{
color: #FABB2E;
}
</style>
background-color css
<style>
a { background-color: #FABB2E; }
a { background-color: rgb(250,187,46); }
div.DivClassName
{
background-color: #FABB2E;
}
.BgClassName
{
background-color: #FABB2E;
}
</style>
border-color css
<style>
span { border-color: #FABB2E; }
span { border-color: rgb(250,187,46); }
td.TdClassName
{
border-color: #FABB2E;
}
.TagClassName
{
border-color: #FABB2E;
}
</style>