Shades of Saffron #FAC12D
Tints of Saffron #FAC12D
RGB
CMYK
RGB Variations
Color information
#FAC12D (or 0xFAC12D) is known color: Saffron. HEX triplet: FA, C1 and 2D. RGB value is (250,193,45). Sum of RGB (Red+Green+Blue) = 250+193+45=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC12D is #053ED2. Grayscale: #C1C1C1. Windows color (decimal): -343763 or 2998778. OLE color: 2998778.
HSL color Cylindrical-coordinate representation of color #FAC12D: hue angle of 43.32º 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 #FAC12D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 45 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.02 |
| HSL | 43.32º | 0.95% | 0.58% | - |
| HSV(B) | 43.32º | 0.82% | 0.98% | - |
| XYZ | 58.97 | 58.65 | 10.7 | - |
| YUV | 193.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 45 | 0 | 0.23 | 0.82 | 0.02 | 43.32 | 0.95 | 0.58 |
| Hex | FA | C1 | 2D | 0 | 17 | 52 | 2 | 2B | 5F | 3A |
| Octal | 372 | 301 | 55 | 0 | 27 | 122 | 2 | 53 | 137 | 72 |
| Binary | 11111010 | 11000001 | 101101 | 0 | 10111 | 1010010 | 10 | 101011 | 1011111 | 111010 |
Color Harmonies of #FAC12D
Complementary color
Monochromatic Colors of #FAC12D
Black with #FAC12D
Text Example
Text Example
White with #FAC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC12D; }
p { color: rgb(250,193,45); }
H1.HeaderClassName
{
color: #FAC12D;
}
.AnyTagClassName
{
color: #FAC12D;
}
</style>
background-color css
<style>
a { background-color: #FAC12D; }
a { background-color: rgb(250,193,45); }
div.DivClassName
{
background-color: #FAC12D;
}
.BgClassName
{
background-color: #FAC12D;
}
</style>
border-color css
<style>
span { border-color: #FAC12D; }
span { border-color: rgb(250,193,45); }
td.TdClassName
{
border-color: #FAC12D;
}
.TagClassName
{
border-color: #FAC12D;
}
</style>