Shades of Romantic #FDC59B
Tints of Romantic #FDC59B
RGB
CMYK
RGB Variations
Color information
#FDC59B (or 0xFDC59B) is known color: Romantic. HEX triplet: FD, C5 and 9B. RGB value is (253,197,155). Sum of RGB (Red+Green+Blue) = 253+197+155=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC59B is #023A64. Grayscale: #D1D1D1. Windows color (decimal): -146021 or 10208765. OLE color: 10208765.
HSL color Cylindrical-coordinate representation of color #FDC59B: hue angle of 25.71º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDC59B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 155 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.01 |
| HSL | 25.71º | 0.96% | 0.8% | - |
| HSV(B) | 25.71º | 0.39% | 0.99% | - |
| XYZ | 66.39 | 63.18 | 39.71 | - |
| YUV | 208.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 155 | 0 | 0.22 | 0.39 | 0.01 | 25.71 | 0.96 | 0.8 |
| Hex | FD | C5 | 9B | 0 | 16 | 27 | 1 | 1A | 60 | 50 |
| Octal | 375 | 305 | 233 | 0 | 26 | 47 | 1 | 32 | 140 | 120 |
| Binary | 11111101 | 11000101 | 10011011 | 0 | 10110 | 100111 | 1 | 11010 | 1100000 | 1010000 |
Color Harmonies of #FDC59B
Complementary color
Monochromatic Colors of #FDC59B
Black with #FDC59B
Text Example
Text Example
White with #FDC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC59B; }
p { color: rgb(253,197,155); }
H1.HeaderClassName
{
color: #FDC59B;
}
.AnyTagClassName
{
color: #FDC59B;
}
</style>
background-color css
<style>
a { background-color: #FDC59B; }
a { background-color: rgb(253,197,155); }
div.DivClassName
{
background-color: #FDC59B;
}
.BgClassName
{
background-color: #FDC59B;
}
</style>
border-color css
<style>
span { border-color: #FDC59B; }
span { border-color: rgb(253,197,155); }
td.TdClassName
{
border-color: #FDC59B;
}
.TagClassName
{
border-color: #FDC59B;
}
</style>