Shades of Romantic #FFC29A
Tints of Romantic #FFC29A
RGB
CMYK
RGB Variations
Color information
#FFC29A (or 0xFFC29A) is known color: Romantic. HEX triplet: FF, C2 and 9A. RGB value is (255,194,154). Sum of RGB (Red+Green+Blue) = 255+194+154=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC29A is #003D65. Grayscale: #CFCFCF. Windows color (decimal): -15718 or 10142463. OLE color: 10142463.
HSL color Cylindrical-coordinate representation of color #FFC29A: hue angle of 23.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC29A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 154 | - |
| CMYK | 0 | 0.24 | 0.40 | 0 |
| HSL | 23.76º | 1% | 0.8% | - |
| HSV(B) | 23.76º | 0.4% | 1% | - |
| XYZ | 66.36 | 62.18 | 39.08 | - |
| YUV | 207.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 154 | 0 | 0.24 | 0.40 | 0 | 23.76 | 1 | 0.8 |
| Hex | FF | C2 | 9A | 0 | 18 | 28 | 0 | 18 | 64 | 50 |
| Octal | 377 | 302 | 232 | 0 | 30 | 50 | 0 | 30 | 144 | 120 |
| Binary | 11111111 | 11000010 | 10011010 | 0 | 11000 | 101000 | 0 | 11000 | 1100100 | 1010000 |
Color Harmonies of #FFC29A
Complementary color
Monochromatic Colors of #FFC29A
Black with #FFC29A
Text Example
Text Example
White with #FFC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC29A; }
p { color: rgb(255,194,154); }
H1.HeaderClassName
{
color: #FFC29A;
}
.AnyTagClassName
{
color: #FFC29A;
}
</style>
background-color css
<style>
a { background-color: #FFC29A; }
a { background-color: rgb(255,194,154); }
div.DivClassName
{
background-color: #FFC29A;
}
.BgClassName
{
background-color: #FFC29A;
}
</style>
border-color css
<style>
span { border-color: #FFC29A; }
span { border-color: rgb(255,194,154); }
td.TdClassName
{
border-color: #FFC29A;
}
.TagClassName
{
border-color: #FFC29A;
}
</style>