Shades of Frangipani #FFD79F
Tints of Frangipani #FFD79F
RGB
CMYK
RGB Variations
Color information
#FFD79F (or 0xFFD79F) is known color: Frangipani. HEX triplet: FF, D7 and 9F. RGB value is (255,215,159). Sum of RGB (Red+Green+Blue) = 255+215+159=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD79F is #002860. Grayscale: #DCDCDC. Windows color (decimal): -10337 or 10475519. OLE color: 10475519.
HSL color Cylindrical-coordinate representation of color #FFD79F: hue angle of 35º 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 #FFD79F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 159 | - |
| CMYK | 0 | 0.16 | 0.38 | 0 |
| HSL | 35º | 1% | 0.81% | - |
| HSV(B) | 35º | 0.38% | 1% | - |
| XYZ | 71.8 | 72.36 | 42.98 | - |
| YUV | 220.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 159 | 0 | 0.16 | 0.38 | 0 | 35 | 1 | 0.81 |
| Hex | FF | D7 | 9F | 0 | 10 | 26 | 0 | 23 | 64 | 51 |
| Octal | 377 | 327 | 237 | 0 | 20 | 46 | 0 | 43 | 144 | 121 |
| Binary | 11111111 | 11010111 | 10011111 | 0 | 10000 | 100110 | 0 | 100011 | 1100100 | 1010001 |
Color Harmonies of #FFD79F
Complementary color
Monochromatic Colors of #FFD79F
Black with #FFD79F
Text Example
Text Example
White with #FFD79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD79F; }
p { color: rgb(255,215,159); }
H1.HeaderClassName
{
color: #FFD79F;
}
.AnyTagClassName
{
color: #FFD79F;
}
</style>
background-color css
<style>
a { background-color: #FFD79F; }
a { background-color: rgb(255,215,159); }
div.DivClassName
{
background-color: #FFD79F;
}
.BgClassName
{
background-color: #FFD79F;
}
</style>
border-color css
<style>
span { border-color: #FFD79F; }
span { border-color: rgb(255,215,159); }
td.TdClassName
{
border-color: #FFD79F;
}
.TagClassName
{
border-color: #FFD79F;
}
</style>