Shades of Romantic #F7C29A
Tints of Romantic #F7C29A
RGB
CMYK
RGB Variations
Color information
#F7C29A (or 0xF7C29A) is known color: Romantic. HEX triplet: F7, C2 and 9A. RGB value is (247,194,154). Sum of RGB (Red+Green+Blue) = 247+194+154=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C29A is #083D65. Grayscale: #CDCDCD. Windows color (decimal): -540006 or 10142455. OLE color: 10142455.
HSL color Cylindrical-coordinate representation of color #F7C29A: hue angle of 25.81º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7C29A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 154 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.03 |
| HSL | 25.81º | 0.85% | 0.79% | - |
| HSV(B) | 25.81º | 0.38% | 0.97% | - |
| XYZ | 63.48 | 60.69 | 38.94 | - |
| YUV | 205.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 154 | 0 | 0.21 | 0.38 | 0.03 | 25.81 | 0.85 | 0.79 |
| Hex | F7 | C2 | 9A | 0 | 15 | 26 | 3 | 1A | 55 | 4F |
| Octal | 367 | 302 | 232 | 0 | 25 | 46 | 3 | 32 | 125 | 117 |
| Binary | 11110111 | 11000010 | 10011010 | 0 | 10101 | 100110 | 11 | 11010 | 1010101 | 1001111 |
Color Harmonies of #F7C29A
Complementary color
Monochromatic Colors of #F7C29A
Black with #F7C29A
Text Example
Text Example
White with #F7C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C29A; }
p { color: rgb(247,194,154); }
H1.HeaderClassName
{
color: #F7C29A;
}
.AnyTagClassName
{
color: #F7C29A;
}
</style>
background-color css
<style>
a { background-color: #F7C29A; }
a { background-color: rgb(247,194,154); }
div.DivClassName
{
background-color: #F7C29A;
}
.BgClassName
{
background-color: #F7C29A;
}
</style>
border-color css
<style>
span { border-color: #F7C29A; }
span { border-color: rgb(247,194,154); }
td.TdClassName
{
border-color: #F7C29A;
}
.TagClassName
{
border-color: #F7C29A;
}
</style>