Shades of Saffron #FAC22F
Tints of Saffron #FAC22F
RGB
CMYK
RGB Variations
Color information
#FAC22F (or 0xFAC22F) is known color: Saffron. HEX triplet: FA, C2 and 2F. RGB value is (250,194,47). Sum of RGB (Red+Green+Blue) = 250+194+47=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC22F is #053DD0. Grayscale: #C2C2C2. Windows color (decimal): -343505 or 3130106. OLE color: 3130106.
HSL color Cylindrical-coordinate representation of color #FAC22F: hue angle of 43.45º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAC22F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.02 |
| HSL | 43.45º | 0.95% | 0.58% | - |
| HSV(B) | 43.45º | 0.81% | 0.98% | - |
| XYZ | 59.23 | 59.11 | 10.98 | - |
| YUV | 193.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 47 | 0 | 0.22 | 0.81 | 0.02 | 43.45 | 0.95 | 0.58 |
| Hex | FA | C2 | 2F | 0 | 16 | 51 | 2 | 2B | 5F | 3A |
| Octal | 372 | 302 | 57 | 0 | 26 | 121 | 2 | 53 | 137 | 72 |
| Binary | 11111010 | 11000010 | 101111 | 0 | 10110 | 1010001 | 10 | 101011 | 1011111 | 111010 |
Color Harmonies of #FAC22F
Complementary color
Monochromatic Colors of #FAC22F
Black with #FAC22F
Text Example
Text Example
White with #FAC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC22F; }
p { color: rgb(250,194,47); }
H1.HeaderClassName
{
color: #FAC22F;
}
.AnyTagClassName
{
color: #FAC22F;
}
</style>
background-color css
<style>
a { background-color: #FAC22F; }
a { background-color: rgb(250,194,47); }
div.DivClassName
{
background-color: #FAC22F;
}
.BgClassName
{
background-color: #FAC22F;
}
</style>
border-color css
<style>
span { border-color: #FAC22F; }
span { border-color: rgb(250,194,47); }
td.TdClassName
{
border-color: #FAC22F;
}
.TagClassName
{
border-color: #FAC22F;
}
</style>