Shades of Saffron #FAC22C
Tints of Saffron #FAC22C
RGB
CMYK
RGB Variations
Color information
#FAC22C (or 0xFAC22C) is known color: Saffron. HEX triplet: FA, C2 and 2C. RGB value is (250,194,44). Sum of RGB (Red+Green+Blue) = 250+194+44=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC22C is #053DD3. Grayscale: #C2C2C2. Windows color (decimal): -343508 or 2933498. OLE color: 2933498.
HSL color Cylindrical-coordinate representation of color #FAC22C: hue angle of 43.69º 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 #FAC22C is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 44 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.02 |
| HSL | 43.69º | 0.95% | 0.58% | - |
| HSV(B) | 43.69º | 0.82% | 0.98% | - |
| XYZ | 59.17 | 59.09 | 10.67 | - |
| YUV | 193.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 44 | 0 | 0.22 | 0.82 | 0.02 | 43.69 | 0.95 | 0.58 |
| Hex | FA | C2 | 2C | 0 | 16 | 52 | 2 | 2C | 5F | 3A |
| Octal | 372 | 302 | 54 | 0 | 26 | 122 | 2 | 54 | 137 | 72 |
| Binary | 11111010 | 11000010 | 101100 | 0 | 10110 | 1010010 | 10 | 101100 | 1011111 | 111010 |
Color Harmonies of #FAC22C
Complementary color
Monochromatic Colors of #FAC22C
Black with #FAC22C
Text Example
Text Example
White with #FAC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC22C; }
p { color: rgb(250,194,44); }
H1.HeaderClassName
{
color: #FAC22C;
}
.AnyTagClassName
{
color: #FAC22C;
}
</style>
background-color css
<style>
a { background-color: #FAC22C; }
a { background-color: rgb(250,194,44); }
div.DivClassName
{
background-color: #FAC22C;
}
.BgClassName
{
background-color: #FAC22C;
}
</style>
border-color css
<style>
span { border-color: #FAC22C; }
span { border-color: rgb(250,194,44); }
td.TdClassName
{
border-color: #FAC22C;
}
.TagClassName
{
border-color: #FAC22C;
}
</style>