Shades of Romantic #FAC091
Tints of Romantic #FAC091
RGB
CMYK
RGB Variations
Color information
#FAC091 (or 0xFAC091) is known color: Romantic. HEX triplet: FA, C0 and 91. RGB value is (250,192,145). Sum of RGB (Red+Green+Blue) = 250+192+145=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC091 is #053F6E. Grayscale: #CCCCCC. Windows color (decimal): -343919 or 9552122. OLE color: 9552122.
HSL color Cylindrical-coordinate representation of color #FAC091: hue angle of 26.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC091 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 145 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.02 |
| HSL | 26.86º | 0.91% | 0.77% | - |
| HSV(B) | 26.86º | 0.42% | 0.98% | - |
| XYZ | 63.38 | 60.07 | 35.04 | - |
| YUV | 203.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 145 | 0 | 0.23 | 0.42 | 0.02 | 26.86 | 0.91 | 0.77 |
| Hex | FA | C0 | 91 | 0 | 17 | 2A | 2 | 1B | 5B | 4D |
| Octal | 372 | 300 | 221 | 0 | 27 | 52 | 2 | 33 | 133 | 115 |
| Binary | 11111010 | 11000000 | 10010001 | 0 | 10111 | 101010 | 10 | 11011 | 1011011 | 1001101 |
Color Harmonies of #FAC091
Complementary color
Monochromatic Colors of #FAC091
Black with #FAC091
Text Example
Text Example
White with #FAC091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC091; }
p { color: rgb(250,192,145); }
H1.HeaderClassName
{
color: #FAC091;
}
.AnyTagClassName
{
color: #FAC091;
}
</style>
background-color css
<style>
a { background-color: #FAC091; }
a { background-color: rgb(250,192,145); }
div.DivClassName
{
background-color: #FAC091;
}
.BgClassName
{
background-color: #FAC091;
}
</style>
border-color css
<style>
span { border-color: #FAC091; }
span { border-color: rgb(250,192,145); }
td.TdClassName
{
border-color: #FAC091;
}
.TagClassName
{
border-color: #FAC091;
}
</style>