Shades of Romantic #FFC299
Tints of Romantic #FFC299
RGB
CMYK
RGB Variations
Color information
#FFC299 (or 0xFFC299) is known color: Romantic. HEX triplet: FF, C2 and 99. RGB value is (255,194,153). Sum of RGB (Red+Green+Blue) = 255+194+153=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC299 is #003D66. Grayscale: #CFCFCF. Windows color (decimal): -15719 or 10076927. OLE color: 10076927.
HSL color Cylindrical-coordinate representation of color #FFC299: hue angle of 24.12º 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 #FFC299 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 153 | - |
| CMYK | 0 | 0.24 | 0.4 | 0 |
| HSL | 24.12º | 1% | 0.8% | - |
| HSV(B) | 24.12º | 0.4% | 1% | - |
| XYZ | 66.28 | 62.14 | 38.64 | - |
| YUV | 207.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 153 | 0 | 0.24 | 0.4 | 0 | 24.12 | 1 | 0.8 |
| Hex | FF | C2 | 99 | 0 | 18 | 28 | 0 | 18 | 64 | 50 |
| Octal | 377 | 302 | 231 | 0 | 30 | 50 | 0 | 30 | 144 | 120 |
| Binary | 11111111 | 11000010 | 10011001 | 0 | 11000 | 101000 | 0 | 11000 | 1100100 | 1010000 |
Color Harmonies of #FFC299
Complementary color
Monochromatic Colors of #FFC299
Black with #FFC299
Text Example
Text Example
White with #FFC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC299; }
p { color: rgb(255,194,153); }
H1.HeaderClassName
{
color: #FFC299;
}
.AnyTagClassName
{
color: #FFC299;
}
</style>
background-color css
<style>
a { background-color: #FFC299; }
a { background-color: rgb(255,194,153); }
div.DivClassName
{
background-color: #FFC299;
}
.BgClassName
{
background-color: #FFC299;
}
</style>
border-color css
<style>
span { border-color: #FFC299; }
span { border-color: rgb(255,194,153); }
td.TdClassName
{
border-color: #FFC299;
}
.TagClassName
{
border-color: #FFC299;
}
</style>