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