Shades of Saffron #FAC127
Tints of Saffron #FAC127
RGB
CMYK
RGB Variations
Color information
#FAC127 (or 0xFAC127) is known color: Saffron. HEX triplet: FA, C1 and 27. RGB value is (250,193,39). Sum of RGB (Red+Green+Blue) = 250+193+39=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC127 is #053ED8. Grayscale: #C1C1C1. Windows color (decimal): -343769 or 2605562. OLE color: 2605562.
HSL color Cylindrical-coordinate representation of color #FAC127: hue angle of 43.79º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAC127 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 39 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.02 |
| HSL | 43.79º | 0.95% | 0.57% | - |
| HSV(B) | 43.79º | 0.84% | 0.98% | - |
| XYZ | 58.86 | 58.61 | 10.13 | - |
| YUV | 192.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 39 | 0 | 0.23 | 0.84 | 0.02 | 43.79 | 0.95 | 0.57 |
| Hex | FA | C1 | 27 | 0 | 17 | 54 | 2 | 2C | 5F | 39 |
| Octal | 372 | 301 | 47 | 0 | 27 | 124 | 2 | 54 | 137 | 71 |
| Binary | 11111010 | 11000001 | 100111 | 0 | 10111 | 1010100 | 10 | 101100 | 1011111 | 111001 |
Color Harmonies of #FAC127
Complementary color
Monochromatic Colors of #FAC127
Black with #FAC127
Text Example
Text Example
White with #FAC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC127; }
p { color: rgb(250,193,39); }
H1.HeaderClassName
{
color: #FAC127;
}
.AnyTagClassName
{
color: #FAC127;
}
</style>
background-color css
<style>
a { background-color: #FAC127; }
a { background-color: rgb(250,193,39); }
div.DivClassName
{
background-color: #FAC127;
}
.BgClassName
{
background-color: #FAC127;
}
</style>
border-color css
<style>
span { border-color: #FAC127; }
span { border-color: rgb(250,193,39); }
td.TdClassName
{
border-color: #FAC127;
}
.TagClassName
{
border-color: #FAC127;
}
</style>