Shades of Saffron #FAC42F
Tints of Saffron #FAC42F
RGB
CMYK
RGB Variations
Color information
#FAC42F (or 0xFAC42F) is known color: Saffron. HEX triplet: FA, C4 and 2F. RGB value is (250,196,47). Sum of RGB (Red+Green+Blue) = 250+196+47=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC42F is #053BD0. Grayscale: #C3C3C3. Windows color (decimal): -342993 or 3130618. OLE color: 3130618.
HSL color Cylindrical-coordinate representation of color #FAC42F: hue angle of 44.04º 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 #FAC42F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.02 |
| HSL | 44.04º | 0.95% | 0.58% | - |
| HSV(B) | 44.04º | 0.81% | 0.98% | - |
| XYZ | 59.68 | 60.01 | 11.13 | - |
| YUV | 195.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 47 | 0 | 0.22 | 0.81 | 0.02 | 44.04 | 0.95 | 0.58 |
| Hex | FA | C4 | 2F | 0 | 16 | 51 | 2 | 2C | 5F | 3A |
| Octal | 372 | 304 | 57 | 0 | 26 | 121 | 2 | 54 | 137 | 72 |
| Binary | 11111010 | 11000100 | 101111 | 0 | 10110 | 1010001 | 10 | 101100 | 1011111 | 111010 |
Color Harmonies of #FAC42F
Complementary color
Monochromatic Colors of #FAC42F
Black with #FAC42F
Text Example
Text Example
White with #FAC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC42F; }
p { color: rgb(250,196,47); }
H1.HeaderClassName
{
color: #FAC42F;
}
.AnyTagClassName
{
color: #FAC42F;
}
</style>
background-color css
<style>
a { background-color: #FAC42F; }
a { background-color: rgb(250,196,47); }
div.DivClassName
{
background-color: #FAC42F;
}
.BgClassName
{
background-color: #FAC42F;
}
</style>
border-color css
<style>
span { border-color: #FAC42F; }
span { border-color: rgb(250,196,47); }
td.TdClassName
{
border-color: #FAC42F;
}
.TagClassName
{
border-color: #FAC42F;
}
</style>