Shades of Saffron #FAC12A
Tints of Saffron #FAC12A
RGB
CMYK
RGB Variations
Color information
#FAC12A (or 0xFAC12A) is known color: Saffron. HEX triplet: FA, C1 and 2A. RGB value is (250,193,42). Sum of RGB (Red+Green+Blue) = 250+193+42=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC12A is #053ED5. Grayscale: #C1C1C1. Windows color (decimal): -343766 or 2802170. OLE color: 2802170.
HSL color Cylindrical-coordinate representation of color #FAC12A: hue angle of 43.56º 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 #FAC12A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 42 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.02 |
| HSL | 43.56º | 0.95% | 0.57% | - |
| HSV(B) | 43.56º | 0.83% | 0.98% | - |
| XYZ | 58.91 | 58.63 | 10.4 | - |
| YUV | 192.83 | 42.88 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 42 | 0 | 0.23 | 0.83 | 0.02 | 43.56 | 0.95 | 0.57 |
| Hex | FA | C1 | 2A | 0 | 17 | 53 | 2 | 2C | 5F | 39 |
| Octal | 372 | 301 | 52 | 0 | 27 | 123 | 2 | 54 | 137 | 71 |
| Binary | 11111010 | 11000001 | 101010 | 0 | 10111 | 1010011 | 10 | 101100 | 1011111 | 111001 |
Color Harmonies of #FAC12A
Complementary color
Monochromatic Colors of #FAC12A
Black with #FAC12A
Text Example
Text Example
White with #FAC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC12A; }
p { color: rgb(250,193,42); }
H1.HeaderClassName
{
color: #FAC12A;
}
.AnyTagClassName
{
color: #FAC12A;
}
</style>
background-color css
<style>
a { background-color: #FAC12A; }
a { background-color: rgb(250,193,42); }
div.DivClassName
{
background-color: #FAC12A;
}
.BgClassName
{
background-color: #FAC12A;
}
</style>
border-color css
<style>
span { border-color: #FAC12A; }
span { border-color: rgb(250,193,42); }
td.TdClassName
{
border-color: #FAC12A;
}
.TagClassName
{
border-color: #FAC12A;
}
</style>