Shades of Frangipani #FCD99F
Tints of Frangipani #FCD99F
RGB
CMYK
RGB Variations
Color information
#FCD99F (or 0xFCD99F) is known color: Frangipani. HEX triplet: FC, D9 and 9F. RGB value is (252,217,159). Sum of RGB (Red+Green+Blue) = 252+217+159=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99F is #032660. Grayscale: #DDDDDD. Windows color (decimal): -206433 or 10476028. OLE color: 10476028.
HSL color Cylindrical-coordinate representation of color #FCD99F: hue angle of 37.42º degrees, saturation: 0.94, 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 #FCD99F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 159 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.01 |
| HSL | 37.42º | 0.94% | 0.81% | - |
| HSV(B) | 37.42º | 0.37% | 0.99% | - |
| XYZ | 71.22 | 72.82 | 43.1 | - |
| YUV | 220.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 159 | 0 | 0.14 | 0.37 | 0.01 | 37.42 | 0.94 | 0.81 |
| Hex | FC | D9 | 9F | 0 | E | 25 | 1 | 25 | 5E | 51 |
| Octal | 374 | 331 | 237 | 0 | 16 | 45 | 1 | 45 | 136 | 121 |
| Binary | 11111100 | 11011001 | 10011111 | 0 | 1110 | 100101 | 1 | 100101 | 1011110 | 1010001 |
Color Harmonies of #FCD99F
Complementary color
Monochromatic Colors of #FCD99F
Black with #FCD99F
Text Example
Text Example
White with #FCD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD99F; }
p { color: rgb(252,217,159); }
H1.HeaderClassName
{
color: #FCD99F;
}
.AnyTagClassName
{
color: #FCD99F;
}
</style>
background-color css
<style>
a { background-color: #FCD99F; }
a { background-color: rgb(252,217,159); }
div.DivClassName
{
background-color: #FCD99F;
}
.BgClassName
{
background-color: #FCD99F;
}
</style>
border-color css
<style>
span { border-color: #FCD99F; }
span { border-color: rgb(252,217,159); }
td.TdClassName
{
border-color: #FCD99F;
}
.TagClassName
{
border-color: #FCD99F;
}
</style>