Shades of Romantic #FFC098
Tints of Romantic #FFC098
RGB
CMYK
RGB Variations
Color information
#FFC098 (or 0xFFC098) is known color: Romantic. HEX triplet: FF, C0 and 98. RGB value is (255,192,152). Sum of RGB (Red+Green+Blue) = 255+192+152=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC098 is #003F67. Grayscale: #CECECE. Windows color (decimal): -16232 or 10010879. OLE color: 10010879.
HSL color Cylindrical-coordinate representation of color #FFC098: hue angle of 23.3º 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 #FFC098 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 152 | - |
| CMYK | 0 | 0.25 | 0.40 | 0 |
| HSL | 23.3º | 1% | 0.8% | - |
| HSV(B) | 23.3º | 0.4% | 1% | - |
| XYZ | 65.76 | 61.23 | 38.06 | - |
| YUV | 206.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 152 | 0 | 0.25 | 0.40 | 0 | 23.3 | 1 | 0.8 |
| Hex | FF | C0 | 98 | 0 | 19 | 28 | 0 | 17 | 64 | 50 |
| Octal | 377 | 300 | 230 | 0 | 31 | 50 | 0 | 27 | 144 | 120 |
| Binary | 11111111 | 11000000 | 10011000 | 0 | 11001 | 101000 | 0 | 10111 | 1100100 | 1010000 |
Color Harmonies of #FFC098
Complementary color
Monochromatic Colors of #FFC098
Black with #FFC098
Text Example
Text Example
White with #FFC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC098; }
p { color: rgb(255,192,152); }
H1.HeaderClassName
{
color: #FFC098;
}
.AnyTagClassName
{
color: #FFC098;
}
</style>
background-color css
<style>
a { background-color: #FFC098; }
a { background-color: rgb(255,192,152); }
div.DivClassName
{
background-color: #FFC098;
}
.BgClassName
{
background-color: #FFC098;
}
</style>
border-color css
<style>
span { border-color: #FFC098; }
span { border-color: rgb(255,192,152); }
td.TdClassName
{
border-color: #FFC098;
}
.TagClassName
{
border-color: #FFC098;
}
</style>