Shades of Frangipani #FFD99F
Tints of Frangipani #FFD99F
RGB
CMYK
RGB Variations
Color information
#FFD99F (or 0xFFD99F) is known color: Frangipani. HEX triplet: FF, D9 and 9F. RGB value is (255,217,159). Sum of RGB (Red+Green+Blue) = 255+217+159=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD99F is #002660. Grayscale: #DEDEDE. Windows color (decimal): -9825 or 10476031. OLE color: 10476031.
HSL color Cylindrical-coordinate representation of color #FFD99F: hue angle of 36.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFD99F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 159 | - |
| CMYK | 0 | 0.15 | 0.38 | 0 |
| HSL | 36.25º | 1% | 0.81% | - |
| HSV(B) | 36.25º | 0.38% | 1% | - |
| XYZ | 72.31 | 73.39 | 43.16 | - |
| YUV | 221.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 159 | 0 | 0.15 | 0.38 | 0 | 36.25 | 1 | 0.81 |
| Hex | FF | D9 | 9F | 0 | F | 26 | 0 | 24 | 64 | 51 |
| Octal | 377 | 331 | 237 | 0 | 17 | 46 | 0 | 44 | 144 | 121 |
| Binary | 11111111 | 11011001 | 10011111 | 0 | 1111 | 100110 | 0 | 100100 | 1100100 | 1010001 |
Color Harmonies of #FFD99F
Complementary color
Monochromatic Colors of #FFD99F
Black with #FFD99F
Text Example
Text Example
White with #FFD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD99F; }
p { color: rgb(255,217,159); }
H1.HeaderClassName
{
color: #FFD99F;
}
.AnyTagClassName
{
color: #FFD99F;
}
</style>
background-color css
<style>
a { background-color: #FFD99F; }
a { background-color: rgb(255,217,159); }
div.DivClassName
{
background-color: #FFD99F;
}
.BgClassName
{
background-color: #FFD99F;
}
</style>
border-color css
<style>
span { border-color: #FFD99F; }
span { border-color: rgb(255,217,159); }
td.TdClassName
{
border-color: #FFD99F;
}
.TagClassName
{
border-color: #FFD99F;
}
</style>