Shades of Frangipani #FFD69F
Tints of Frangipani #FFD69F
RGB
CMYK
RGB Variations
Color information
#FFD69F (or 0xFFD69F) is known color: Frangipani. HEX triplet: FF, D6 and 9F. RGB value is (255,214,159). Sum of RGB (Red+Green+Blue) = 255+214+159=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD69F is #002960. Grayscale: #DCDCDC. Windows color (decimal): -10593 or 10475263. OLE color: 10475263.
HSL color Cylindrical-coordinate representation of color #FFD69F: hue angle of 34.38º 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 #FFD69F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 159 | - |
| CMYK | 0 | 0.16 | 0.38 | 0 |
| HSL | 34.38º | 1% | 0.81% | - |
| HSV(B) | 34.38º | 0.38% | 1% | - |
| XYZ | 71.54 | 71.86 | 42.9 | - |
| YUV | 219.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 159 | 0 | 0.16 | 0.38 | 0 | 34.38 | 1 | 0.81 |
| Hex | FF | D6 | 9F | 0 | 10 | 26 | 0 | 22 | 64 | 51 |
| Octal | 377 | 326 | 237 | 0 | 20 | 46 | 0 | 42 | 144 | 121 |
| Binary | 11111111 | 11010110 | 10011111 | 0 | 10000 | 100110 | 0 | 100010 | 1100100 | 1010001 |
Color Harmonies of #FFD69F
Complementary color
Monochromatic Colors of #FFD69F
Black with #FFD69F
Text Example
Text Example
White with #FFD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD69F; }
p { color: rgb(255,214,159); }
H1.HeaderClassName
{
color: #FFD69F;
}
.AnyTagClassName
{
color: #FFD69F;
}
</style>
background-color css
<style>
a { background-color: #FFD69F; }
a { background-color: rgb(255,214,159); }
div.DivClassName
{
background-color: #FFD69F;
}
.BgClassName
{
background-color: #FFD69F;
}
</style>
border-color css
<style>
span { border-color: #FFD69F; }
span { border-color: rgb(255,214,159); }
td.TdClassName
{
border-color: #FFD69F;
}
.TagClassName
{
border-color: #FFD69F;
}
</style>