Shades of Romantic #FAC59E
Tints of Romantic #FAC59E
RGB
CMYK
RGB Variations
Color information
#FAC59E (or 0xFAC59E) is known color: Romantic. HEX triplet: FA, C5 and 9E. RGB value is (250,197,158). Sum of RGB (Red+Green+Blue) = 250+197+158=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59E is #053A61. Grayscale: #D0D0D0. Windows color (decimal): -342626 or 10405370. OLE color: 10405370.
HSL color Cylindrical-coordinate representation of color #FAC59E: hue angle of 25.43º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAC59E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 158 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.02 |
| HSL | 25.43º | 0.9% | 0.8% | - |
| HSV(B) | 25.43º | 0.37% | 0.98% | - |
| XYZ | 65.56 | 62.73 | 41 | - |
| YUV | 208.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 158 | 0 | 0.21 | 0.37 | 0.02 | 25.43 | 0.9 | 0.8 |
| Hex | FA | C5 | 9E | 0 | 15 | 25 | 2 | 19 | 5A | 50 |
| Octal | 372 | 305 | 236 | 0 | 25 | 45 | 2 | 31 | 132 | 120 |
| Binary | 11111010 | 11000101 | 10011110 | 0 | 10101 | 100101 | 10 | 11001 | 1011010 | 1010000 |
Color Harmonies of #FAC59E
Complementary color
Monochromatic Colors of #FAC59E
Black with #FAC59E
Text Example
Text Example
White with #FAC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC59E; }
p { color: rgb(250,197,158); }
H1.HeaderClassName
{
color: #FAC59E;
}
.AnyTagClassName
{
color: #FAC59E;
}
</style>
background-color css
<style>
a { background-color: #FAC59E; }
a { background-color: rgb(250,197,158); }
div.DivClassName
{
background-color: #FAC59E;
}
.BgClassName
{
background-color: #FAC59E;
}
</style>
border-color css
<style>
span { border-color: #FAC59E; }
span { border-color: rgb(250,197,158); }
td.TdClassName
{
border-color: #FAC59E;
}
.TagClassName
{
border-color: #FAC59E;
}
</style>