Shades of Romantic #FDC39D
Tints of Romantic #FDC39D
RGB
CMYK
RGB Variations
Color information
#FDC39D (or 0xFDC39D) is known color: Romantic. HEX triplet: FD, C3 and 9D. RGB value is (253,195,157). Sum of RGB (Red+Green+Blue) = 253+195+157=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC39D is #023C62. Grayscale: #D0D0D0. Windows color (decimal): -146531 or 10339325. OLE color: 10339325.
HSL color Cylindrical-coordinate representation of color #FDC39D: hue angle of 23.75º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDC39D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 157 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.01 |
| HSL | 23.75º | 0.96% | 0.8% | - |
| HSV(B) | 23.75º | 0.38% | 0.99% | - |
| XYZ | 66.11 | 62.35 | 40.45 | - |
| YUV | 208.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 157 | 0 | 0.23 | 0.38 | 0.01 | 23.75 | 0.96 | 0.8 |
| Hex | FD | C3 | 9D | 0 | 17 | 26 | 1 | 18 | 60 | 50 |
| Octal | 375 | 303 | 235 | 0 | 27 | 46 | 1 | 30 | 140 | 120 |
| Binary | 11111101 | 11000011 | 10011101 | 0 | 10111 | 100110 | 1 | 11000 | 1100000 | 1010000 |
Color Harmonies of #FDC39D
Complementary color
Monochromatic Colors of #FDC39D
Black with #FDC39D
Text Example
Text Example
White with #FDC39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC39D; }
p { color: rgb(253,195,157); }
H1.HeaderClassName
{
color: #FDC39D;
}
.AnyTagClassName
{
color: #FDC39D;
}
</style>
background-color css
<style>
a { background-color: #FDC39D; }
a { background-color: rgb(253,195,157); }
div.DivClassName
{
background-color: #FDC39D;
}
.BgClassName
{
background-color: #FDC39D;
}
</style>
border-color css
<style>
span { border-color: #FDC39D; }
span { border-color: rgb(253,195,157); }
td.TdClassName
{
border-color: #FDC39D;
}
.TagClassName
{
border-color: #FDC39D;
}
</style>