Shades of Saffron #FABC2C
Tints of Saffron #FABC2C
RGB
CMYK
RGB Variations
Color information
#FABC2C (or 0xFABC2C) is known color: Saffron. HEX triplet: FA, BC and 2C. RGB value is (250,188,44). Sum of RGB (Red+Green+Blue) = 250+188+44=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC2C is #0543D3. Grayscale: #BEBEBE. Windows color (decimal): -345044 or 2931962. OLE color: 2931962.
HSL color Cylindrical-coordinate representation of color #FABC2C: hue angle of 41.94º 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 #FABC2C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 44 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.94º | 0.95% | 0.58% | - |
| HSV(B) | 41.94º | 0.82% | 0.98% | - |
| XYZ | 57.86 | 56.47 | 10.23 | - |
| YUV | 190.12 | 45.54 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 44 | 0 | 0.25 | 0.82 | 0.02 | 41.94 | 0.95 | 0.58 |
| Hex | FA | BC | 2C | 0 | 19 | 52 | 2 | 2A | 5F | 3A |
| Octal | 372 | 274 | 54 | 0 | 31 | 122 | 2 | 52 | 137 | 72 |
| Binary | 11111010 | 10111100 | 101100 | 0 | 11001 | 1010010 | 10 | 101010 | 1011111 | 111010 |
Color Harmonies of #FABC2C
Complementary color
Monochromatic Colors of #FABC2C
Black with #FABC2C
Text Example
Text Example
White with #FABC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC2C; }
p { color: rgb(250,188,44); }
H1.HeaderClassName
{
color: #FABC2C;
}
.AnyTagClassName
{
color: #FABC2C;
}
</style>
background-color css
<style>
a { background-color: #FABC2C; }
a { background-color: rgb(250,188,44); }
div.DivClassName
{
background-color: #FABC2C;
}
.BgClassName
{
background-color: #FABC2C;
}
</style>
border-color css
<style>
span { border-color: #FABC2C; }
span { border-color: rgb(250,188,44); }
td.TdClassName
{
border-color: #FABC2C;
}
.TagClassName
{
border-color: #FABC2C;
}
</style>