Shades of Frangipani #FCD59E
Tints of Frangipani #FCD59E
RGB
CMYK
RGB Variations
Color information
#FCD59E (or 0xFCD59E) is known color: Frangipani. HEX triplet: FC, D5 and 9E. RGB value is (252,213,158). Sum of RGB (Red+Green+Blue) = 252+213+158=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD59E is #032A61. Grayscale: #DADADA. Windows color (decimal): -207458 or 10409468. OLE color: 10409468.
HSL color Cylindrical-coordinate representation of color #FCD59E: hue angle of 35.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD59E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 158 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.01 |
| HSL | 35.11º | 0.94% | 0.8% | - |
| HSV(B) | 35.11º | 0.37% | 0.99% | - |
| XYZ | 70.11 | 70.75 | 42.31 | - |
| YUV | 218.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 158 | 0 | 0.15 | 0.37 | 0.01 | 35.11 | 0.94 | 0.8 |
| Hex | FC | D5 | 9E | 0 | F | 25 | 1 | 23 | 5E | 50 |
| Octal | 374 | 325 | 236 | 0 | 17 | 45 | 1 | 43 | 136 | 120 |
| Binary | 11111100 | 11010101 | 10011110 | 0 | 1111 | 100101 | 1 | 100011 | 1011110 | 1010000 |
Color Harmonies of #FCD59E
Complementary color
Monochromatic Colors of #FCD59E
Black with #FCD59E
Text Example
Text Example
White with #FCD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD59E; }
p { color: rgb(252,213,158); }
H1.HeaderClassName
{
color: #FCD59E;
}
.AnyTagClassName
{
color: #FCD59E;
}
</style>
background-color css
<style>
a { background-color: #FCD59E; }
a { background-color: rgb(252,213,158); }
div.DivClassName
{
background-color: #FCD59E;
}
.BgClassName
{
background-color: #FCD59E;
}
</style>
border-color css
<style>
span { border-color: #FCD59E; }
span { border-color: rgb(252,213,158); }
td.TdClassName
{
border-color: #FCD59E;
}
.TagClassName
{
border-color: #FCD59E;
}
</style>