Shades of Saffron #FAC72E
Tints of Saffron #FAC72E
RGB
CMYK
RGB Variations
Color information
#FAC72E (or 0xFAC72E) is known color: Saffron. HEX triplet: FA, C7 and 2E. RGB value is (250,199,46). Sum of RGB (Red+Green+Blue) = 250+199+46=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC72E is #0538D1. Grayscale: #C5C5C5. Windows color (decimal): -342226 or 3065850. OLE color: 3065850.
HSL color Cylindrical-coordinate representation of color #FAC72E: hue angle of 45º 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 #FAC72E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.02 |
| HSL | 45º | 0.95% | 0.58% | - |
| HSV(B) | 45º | 0.82% | 0.98% | - |
| XYZ | 60.34 | 61.37 | 11.25 | - |
| YUV | 196.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 46 | 0 | 0.20 | 0.82 | 0.02 | 45 | 0.95 | 0.58 |
| Hex | FA | C7 | 2E | 0 | 14 | 52 | 2 | 2D | 5F | 3A |
| Octal | 372 | 307 | 56 | 0 | 24 | 122 | 2 | 55 | 137 | 72 |
| Binary | 11111010 | 11000111 | 101110 | 0 | 10100 | 1010010 | 10 | 101101 | 1011111 | 111010 |
Color Harmonies of #FAC72E
Complementary color
Monochromatic Colors of #FAC72E
Black with #FAC72E
Text Example
Text Example
White with #FAC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC72E; }
p { color: rgb(250,199,46); }
H1.HeaderClassName
{
color: #FAC72E;
}
.AnyTagClassName
{
color: #FAC72E;
}
</style>
background-color css
<style>
a { background-color: #FAC72E; }
a { background-color: rgb(250,199,46); }
div.DivClassName
{
background-color: #FAC72E;
}
.BgClassName
{
background-color: #FAC72E;
}
</style>
border-color css
<style>
span { border-color: #FAC72E; }
span { border-color: rgb(250,199,46); }
td.TdClassName
{
border-color: #FAC72E;
}
.TagClassName
{
border-color: #FAC72E;
}
</style>