Shades of Romantic #FDC99F
Tints of Romantic #FDC99F
RGB
CMYK
RGB Variations
Color information
#FDC99F (or 0xFDC99F) is known color: Romantic. HEX triplet: FD, C9 and 9F. RGB value is (253,201,159). Sum of RGB (Red+Green+Blue) = 253+201+159=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99F is #023660. Grayscale: #D3D3D3. Windows color (decimal): -144993 or 10471933. OLE color: 10471933.
HSL color Cylindrical-coordinate representation of color #FDC99F: hue angle of 26.81º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDC99F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 159 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.01 |
| HSL | 26.81º | 0.96% | 0.81% | - |
| HSV(B) | 26.81º | 0.37% | 0.99% | - |
| XYZ | 67.65 | 65.16 | 41.81 | - |
| YUV | 211.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 159 | 0 | 0.21 | 0.37 | 0.01 | 26.81 | 0.96 | 0.81 |
| Hex | FD | C9 | 9F | 0 | 15 | 25 | 1 | 1B | 60 | 51 |
| Octal | 375 | 311 | 237 | 0 | 25 | 45 | 1 | 33 | 140 | 121 |
| Binary | 11111101 | 11001001 | 10011111 | 0 | 10101 | 100101 | 1 | 11011 | 1100000 | 1010001 |
Color Harmonies of #FDC99F
Complementary color
Monochromatic Colors of #FDC99F
Black with #FDC99F
Text Example
Text Example
White with #FDC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC99F; }
p { color: rgb(253,201,159); }
H1.HeaderClassName
{
color: #FDC99F;
}
.AnyTagClassName
{
color: #FDC99F;
}
</style>
background-color css
<style>
a { background-color: #FDC99F; }
a { background-color: rgb(253,201,159); }
div.DivClassName
{
background-color: #FDC99F;
}
.BgClassName
{
background-color: #FDC99F;
}
</style>
border-color css
<style>
span { border-color: #FDC99F; }
span { border-color: rgb(253,201,159); }
td.TdClassName
{
border-color: #FDC99F;
}
.TagClassName
{
border-color: #FDC99F;
}
</style>