Shades of Romantic #FDC498
Tints of Romantic #FDC498
RGB
CMYK
RGB Variations
Color information
#FDC498 (or 0xFDC498) is known color: Romantic. HEX triplet: FD, C4 and 98. RGB value is (253,196,152). Sum of RGB (Red+Green+Blue) = 253+196+152=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC498 is #023B67. Grayscale: #D0D0D0. Windows color (decimal): -146280 or 10011901. OLE color: 10011901.
HSL color Cylindrical-coordinate representation of color #FDC498: hue angle of 26.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC498 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 152 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.01 |
| HSL | 26.14º | 0.96% | 0.79% | - |
| HSV(B) | 26.14º | 0.4% | 0.99% | - |
| XYZ | 65.92 | 62.63 | 38.32 | - |
| YUV | 208.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 152 | 0 | 0.23 | 0.40 | 0.01 | 26.14 | 0.96 | 0.79 |
| Hex | FD | C4 | 98 | 0 | 17 | 28 | 1 | 1A | 60 | 4F |
| Octal | 375 | 304 | 230 | 0 | 27 | 50 | 1 | 32 | 140 | 117 |
| Binary | 11111101 | 11000100 | 10011000 | 0 | 10111 | 101000 | 1 | 11010 | 1100000 | 1001111 |
Color Harmonies of #FDC498
Complementary color
Monochromatic Colors of #FDC498
Black with #FDC498
Text Example
Text Example
White with #FDC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC498; }
p { color: rgb(253,196,152); }
H1.HeaderClassName
{
color: #FDC498;
}
.AnyTagClassName
{
color: #FDC498;
}
</style>
background-color css
<style>
a { background-color: #FDC498; }
a { background-color: rgb(253,196,152); }
div.DivClassName
{
background-color: #FDC498;
}
.BgClassName
{
background-color: #FDC498;
}
</style>
border-color css
<style>
span { border-color: #FDC498; }
span { border-color: rgb(253,196,152); }
td.TdClassName
{
border-color: #FDC498;
}
.TagClassName
{
border-color: #FDC498;
}
</style>