Shades of Romantic #FAC19A
Tints of Romantic #FAC19A
RGB
CMYK
RGB Variations
Color information
#FAC19A (or 0xFAC19A) is known color: Romantic. HEX triplet: FA, C1 and 9A. RGB value is (250,193,154). Sum of RGB (Red+Green+Blue) = 250+193+154=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC19A is #053E65. Grayscale: #CDCDCD. Windows color (decimal): -343654 or 10142202. OLE color: 10142202.
HSL color Cylindrical-coordinate representation of color #FAC19A: hue angle of 24.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC19A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 154 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.02 |
| HSL | 24.38º | 0.91% | 0.79% | - |
| HSV(B) | 24.38º | 0.38% | 0.98% | - |
| XYZ | 64.33 | 60.8 | 38.92 | - |
| YUV | 205.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 154 | 0 | 0.23 | 0.38 | 0.02 | 24.38 | 0.91 | 0.79 |
| Hex | FA | C1 | 9A | 0 | 17 | 26 | 2 | 18 | 5B | 4F |
| Octal | 372 | 301 | 232 | 0 | 27 | 46 | 2 | 30 | 133 | 117 |
| Binary | 11111010 | 11000001 | 10011010 | 0 | 10111 | 100110 | 10 | 11000 | 1011011 | 1001111 |
Color Harmonies of #FAC19A
Complementary color
Monochromatic Colors of #FAC19A
Black with #FAC19A
Text Example
Text Example
White with #FAC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC19A; }
p { color: rgb(250,193,154); }
H1.HeaderClassName
{
color: #FAC19A;
}
.AnyTagClassName
{
color: #FAC19A;
}
</style>
background-color css
<style>
a { background-color: #FAC19A; }
a { background-color: rgb(250,193,154); }
div.DivClassName
{
background-color: #FAC19A;
}
.BgClassName
{
background-color: #FAC19A;
}
</style>
border-color css
<style>
span { border-color: #FAC19A; }
span { border-color: rgb(250,193,154); }
td.TdClassName
{
border-color: #FAC19A;
}
.TagClassName
{
border-color: #FAC19A;
}
</style>