Shades of Romantic #FDC79A
Tints of Romantic #FDC79A
RGB
CMYK
RGB Variations
Color information
#FDC79A (or 0xFDC79A) is known color: Romantic. HEX triplet: FD, C7 and 9A. RGB value is (253,199,154). Sum of RGB (Red+Green+Blue) = 253+199+154=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC79A is #023865. Grayscale: #D2D2D2. Windows color (decimal): -145510 or 10143741. OLE color: 10143741.
HSL color Cylindrical-coordinate representation of color #FDC79A: hue angle of 27.27º 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 #FDC79A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 154 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.01 |
| HSL | 27.27º | 0.96% | 0.8% | - |
| HSV(B) | 27.27º | 0.39% | 0.99% | - |
| XYZ | 66.76 | 64.06 | 39.42 | - |
| YUV | 210.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 154 | 0 | 0.21 | 0.39 | 0.01 | 27.27 | 0.96 | 0.8 |
| Hex | FD | C7 | 9A | 0 | 15 | 27 | 1 | 1B | 60 | 50 |
| Octal | 375 | 307 | 232 | 0 | 25 | 47 | 1 | 33 | 140 | 120 |
| Binary | 11111101 | 11000111 | 10011010 | 0 | 10101 | 100111 | 1 | 11011 | 1100000 | 1010000 |
Color Harmonies of #FDC79A
Complementary color
Monochromatic Colors of #FDC79A
Black with #FDC79A
Text Example
Text Example
White with #FDC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC79A; }
p { color: rgb(253,199,154); }
H1.HeaderClassName
{
color: #FDC79A;
}
.AnyTagClassName
{
color: #FDC79A;
}
</style>
background-color css
<style>
a { background-color: #FDC79A; }
a { background-color: rgb(253,199,154); }
div.DivClassName
{
background-color: #FDC79A;
}
.BgClassName
{
background-color: #FDC79A;
}
</style>
border-color css
<style>
span { border-color: #FDC79A; }
span { border-color: rgb(253,199,154); }
td.TdClassName
{
border-color: #FDC79A;
}
.TagClassName
{
border-color: #FDC79A;
}
</style>