Shades of Saffron #FAC42A
Tints of Saffron #FAC42A
RGB
CMYK
RGB Variations
Color information
#FAC42A (or 0xFAC42A) is known color: Saffron. HEX triplet: FA, C4 and 2A. RGB value is (250,196,42). Sum of RGB (Red+Green+Blue) = 250+196+42=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC42A is #053BD5. Grayscale: #C3C3C3. Windows color (decimal): -342998 or 2802938. OLE color: 2802938.
HSL color Cylindrical-coordinate representation of color #FAC42A: hue angle of 44.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAC42A is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 42 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.02 |
| HSL | 44.42º | 0.95% | 0.57% | - |
| HSV(B) | 44.42º | 0.83% | 0.98% | - |
| XYZ | 59.58 | 59.97 | 10.63 | - |
| YUV | 194.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 42 | 0 | 0.22 | 0.83 | 0.02 | 44.42 | 0.95 | 0.57 |
| Hex | FA | C4 | 2A | 0 | 16 | 53 | 2 | 2C | 5F | 39 |
| Octal | 372 | 304 | 52 | 0 | 26 | 123 | 2 | 54 | 137 | 71 |
| Binary | 11111010 | 11000100 | 101010 | 0 | 10110 | 1010011 | 10 | 101100 | 1011111 | 111001 |
Color Harmonies of #FAC42A
Complementary color
Monochromatic Colors of #FAC42A
Black with #FAC42A
Text Example
Text Example
White with #FAC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC42A; }
p { color: rgb(250,196,42); }
H1.HeaderClassName
{
color: #FAC42A;
}
.AnyTagClassName
{
color: #FAC42A;
}
</style>
background-color css
<style>
a { background-color: #FAC42A; }
a { background-color: rgb(250,196,42); }
div.DivClassName
{
background-color: #FAC42A;
}
.BgClassName
{
background-color: #FAC42A;
}
</style>
border-color css
<style>
span { border-color: #FAC42A; }
span { border-color: rgb(250,196,42); }
td.TdClassName
{
border-color: #FAC42A;
}
.TagClassName
{
border-color: #FAC42A;
}
</style>