Shades of Romantic #FDC597
Tints of Romantic #FDC597
RGB
CMYK
RGB Variations
Color information
#FDC597 (or 0xFDC597) is known color: Romantic. HEX triplet: FD, C5 and 97. RGB value is (253,197,151). Sum of RGB (Red+Green+Blue) = 253+197+151=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC597 is #023A68. Grayscale: #D0D0D0. Windows color (decimal): -146025 or 9946621. OLE color: 9946621.
HSL color Cylindrical-coordinate representation of color #FDC597: hue angle of 27.06º 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 #FDC597 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 151 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.01 |
| HSL | 27.06º | 0.96% | 0.79% | - |
| HSV(B) | 27.06º | 0.4% | 0.99% | - |
| XYZ | 66.06 | 63.05 | 37.97 | - |
| YUV | 208.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 151 | 0 | 0.22 | 0.40 | 0.01 | 27.06 | 0.96 | 0.79 |
| Hex | FD | C5 | 97 | 0 | 16 | 28 | 1 | 1B | 60 | 4F |
| Octal | 375 | 305 | 227 | 0 | 26 | 50 | 1 | 33 | 140 | 117 |
| Binary | 11111101 | 11000101 | 10010111 | 0 | 10110 | 101000 | 1 | 11011 | 1100000 | 1001111 |
Color Harmonies of #FDC597
Complementary color
Monochromatic Colors of #FDC597
Black with #FDC597
Text Example
Text Example
White with #FDC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC597; }
p { color: rgb(253,197,151); }
H1.HeaderClassName
{
color: #FDC597;
}
.AnyTagClassName
{
color: #FDC597;
}
</style>
background-color css
<style>
a { background-color: #FDC597; }
a { background-color: rgb(253,197,151); }
div.DivClassName
{
background-color: #FDC597;
}
.BgClassName
{
background-color: #FDC597;
}
</style>
border-color css
<style>
span { border-color: #FDC597; }
span { border-color: rgb(253,197,151); }
td.TdClassName
{
border-color: #FDC597;
}
.TagClassName
{
border-color: #FDC597;
}
</style>