Shades of Frangipani #FFD59F
Tints of Frangipani #FFD59F
RGB
CMYK
RGB Variations
Color information
#FFD59F (or 0xFFD59F) is known color: Frangipani. HEX triplet: FF, D5 and 9F. RGB value is (255,213,159). Sum of RGB (Red+Green+Blue) = 255+213+159=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD59F is #002A60. Grayscale: #DBDBDB. Windows color (decimal): -10849 or 10475007. OLE color: 10475007.
HSL color Cylindrical-coordinate representation of color #FFD59F: hue angle of 33.75º 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 #FFD59F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 159 | - |
| CMYK | 0 | 0.16 | 0.38 | 0 |
| HSL | 33.75º | 1% | 0.81% | - |
| HSV(B) | 33.75º | 0.38% | 1% | - |
| XYZ | 71.29 | 71.35 | 42.82 | - |
| YUV | 219.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 159 | 0 | 0.16 | 0.38 | 0 | 33.75 | 1 | 0.81 |
| Hex | FF | D5 | 9F | 0 | 10 | 26 | 0 | 22 | 64 | 51 |
| Octal | 377 | 325 | 237 | 0 | 20 | 46 | 0 | 42 | 144 | 121 |
| Binary | 11111111 | 11010101 | 10011111 | 0 | 10000 | 100110 | 0 | 100010 | 1100100 | 1010001 |
Color Harmonies of #FFD59F
Complementary color
Monochromatic Colors of #FFD59F
Black with #FFD59F
Text Example
Text Example
White with #FFD59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD59F; }
p { color: rgb(255,213,159); }
H1.HeaderClassName
{
color: #FFD59F;
}
.AnyTagClassName
{
color: #FFD59F;
}
</style>
background-color css
<style>
a { background-color: #FFD59F; }
a { background-color: rgb(255,213,159); }
div.DivClassName
{
background-color: #FFD59F;
}
.BgClassName
{
background-color: #FFD59F;
}
</style>
border-color css
<style>
span { border-color: #FFD59F; }
span { border-color: rgb(255,213,159); }
td.TdClassName
{
border-color: #FFD59F;
}
.TagClassName
{
border-color: #FFD59F;
}
</style>