Shades of Romantic #FEC49A
Tints of Romantic #FEC49A
RGB
CMYK
RGB Variations
Color information
#FEC49A (or 0xFEC49A) is known color: Romantic. HEX triplet: FE, C4 and 9A. RGB value is (254,196,154). Sum of RGB (Red+Green+Blue) = 254+196+154=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC49A is #013B65. Grayscale: #D0D0D0. Windows color (decimal): -80742 or 10142974. OLE color: 10142974.
HSL color Cylindrical-coordinate representation of color #FEC49A: hue angle of 25.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEC49A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 154 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.00 |
| HSL | 25.2º | 0.98% | 0.8% | - |
| HSV(B) | 25.2º | 0.39% | 1% | - |
| XYZ | 66.45 | 62.88 | 39.21 | - |
| YUV | 208.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 154 | 0 | 0.23 | 0.39 | 0.00 | 25.2 | 0.98 | 0.8 |
| Hex | FE | C4 | 9A | 0 | 17 | 27 | 0 | 19 | 62 | 50 |
| Octal | 376 | 304 | 232 | 0 | 27 | 47 | 0 | 31 | 142 | 120 |
| Binary | 11111110 | 11000100 | 10011010 | 0 | 10111 | 100111 | 0 | 11001 | 1100010 | 1010000 |
Color Harmonies of #FEC49A
Complementary color
Monochromatic Colors of #FEC49A
Black with #FEC49A
Text Example
Text Example
White with #FEC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC49A; }
p { color: rgb(254,196,154); }
H1.HeaderClassName
{
color: #FEC49A;
}
.AnyTagClassName
{
color: #FEC49A;
}
</style>
background-color css
<style>
a { background-color: #FEC49A; }
a { background-color: rgb(254,196,154); }
div.DivClassName
{
background-color: #FEC49A;
}
.BgClassName
{
background-color: #FEC49A;
}
</style>
border-color css
<style>
span { border-color: #FEC49A; }
span { border-color: rgb(254,196,154); }
td.TdClassName
{
border-color: #FEC49A;
}
.TagClassName
{
border-color: #FEC49A;
}
</style>