Shades of Saffron #FAC027
Tints of Saffron #FAC027
RGB
CMYK
RGB Variations
Color information
#FAC027 (or 0xFAC027) is known color: Saffron. HEX triplet: FA, C0 and 27. RGB value is (250,192,39). Sum of RGB (Red+Green+Blue) = 250+192+39=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC027 is #053FD8. Grayscale: #C0C0C0. Windows color (decimal): -344025 or 2605306. OLE color: 2605306.
HSL color Cylindrical-coordinate representation of color #FAC027: hue angle of 43.51º 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 #FAC027 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 39 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.02 |
| HSL | 43.51º | 0.95% | 0.57% | - |
| HSV(B) | 43.51º | 0.84% | 0.98% | - |
| XYZ | 58.64 | 58.17 | 10.06 | - |
| YUV | 191.9 | 41.72 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 39 | 0 | 0.23 | 0.84 | 0.02 | 43.51 | 0.95 | 0.57 |
| Hex | FA | C0 | 27 | 0 | 17 | 54 | 2 | 2C | 5F | 39 |
| Octal | 372 | 300 | 47 | 0 | 27 | 124 | 2 | 54 | 137 | 71 |
| Binary | 11111010 | 11000000 | 100111 | 0 | 10111 | 1010100 | 10 | 101100 | 1011111 | 111001 |
Color Harmonies of #FAC027
Complementary color
Monochromatic Colors of #FAC027
Black with #FAC027
Text Example
Text Example
White with #FAC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC027; }
p { color: rgb(250,192,39); }
H1.HeaderClassName
{
color: #FAC027;
}
.AnyTagClassName
{
color: #FAC027;
}
</style>
background-color css
<style>
a { background-color: #FAC027; }
a { background-color: rgb(250,192,39); }
div.DivClassName
{
background-color: #FAC027;
}
.BgClassName
{
background-color: #FAC027;
}
</style>
border-color css
<style>
span { border-color: #FAC027; }
span { border-color: rgb(250,192,39); }
td.TdClassName
{
border-color: #FAC027;
}
.TagClassName
{
border-color: #FAC027;
}
</style>