Shades of Romantic #FAC99F
Tints of Romantic #FAC99F
RGB
CMYK
RGB Variations
Color information
#FAC99F (or 0xFAC99F) is known color: Romantic. HEX triplet: FA, C9 and 9F. RGB value is (250,201,159). Sum of RGB (Red+Green+Blue) = 250+201+159=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC99F is #053660. Grayscale: #D3D3D3. Windows color (decimal): -341601 or 10471930. OLE color: 10471930.
HSL color Cylindrical-coordinate representation of color #FAC99F: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC99F is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 159 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.02 |
| HSL | 27.69º | 0.9% | 0.8% | - |
| HSV(B) | 27.69º | 0.36% | 0.98% | - |
| XYZ | 66.57 | 64.6 | 41.76 | - |
| YUV | 210.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 159 | 0 | 0.20 | 0.36 | 0.02 | 27.69 | 0.9 | 0.8 |
| Hex | FA | C9 | 9F | 0 | 14 | 24 | 2 | 1C | 5A | 50 |
| Octal | 372 | 311 | 237 | 0 | 24 | 44 | 2 | 34 | 132 | 120 |
| Binary | 11111010 | 11001001 | 10011111 | 0 | 10100 | 100100 | 10 | 11100 | 1011010 | 1010000 |
Color Harmonies of #FAC99F
Complementary color
Monochromatic Colors of #FAC99F
Black with #FAC99F
Text Example
Text Example
White with #FAC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC99F; }
p { color: rgb(250,201,159); }
H1.HeaderClassName
{
color: #FAC99F;
}
.AnyTagClassName
{
color: #FAC99F;
}
</style>
background-color css
<style>
a { background-color: #FAC99F; }
a { background-color: rgb(250,201,159); }
div.DivClassName
{
background-color: #FAC99F;
}
.BgClassName
{
background-color: #FAC99F;
}
</style>
border-color css
<style>
span { border-color: #FAC99F; }
span { border-color: rgb(250,201,159); }
td.TdClassName
{
border-color: #FAC99F;
}
.TagClassName
{
border-color: #FAC99F;
}
</style>