Shades of Frangipani #FFD39F
Tints of Frangipani #FFD39F
RGB
CMYK
RGB Variations
Color information
#FFD39F (or 0xFFD39F) is known color: Frangipani. HEX triplet: FF, D3 and 9F. RGB value is (255,211,159). Sum of RGB (Red+Green+Blue) = 255+211+159=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD39F is #002C60. Grayscale: #DADADA. Windows color (decimal): -11361 or 10474495. OLE color: 10474495.
HSL color Cylindrical-coordinate representation of color #FFD39F: hue angle of 32.5º 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 #FFD39F is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 159 | - |
| CMYK | 0 | 0.17 | 0.38 | 0 |
| HSL | 32.5º | 1% | 0.81% | - |
| HSV(B) | 32.5º | 0.38% | 1% | - |
| XYZ | 70.79 | 70.35 | 42.65 | - |
| YUV | 218.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 159 | 0 | 0.17 | 0.38 | 0 | 32.5 | 1 | 0.81 |
| Hex | FF | D3 | 9F | 0 | 11 | 26 | 0 | 20 | 64 | 51 |
| Octal | 377 | 323 | 237 | 0 | 21 | 46 | 0 | 40 | 144 | 121 |
| Binary | 11111111 | 11010011 | 10011111 | 0 | 10001 | 100110 | 0 | 100000 | 1100100 | 1010001 |
Color Harmonies of #FFD39F
Complementary color
Monochromatic Colors of #FFD39F
Black with #FFD39F
Text Example
Text Example
White with #FFD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD39F; }
p { color: rgb(255,211,159); }
H1.HeaderClassName
{
color: #FFD39F;
}
.AnyTagClassName
{
color: #FFD39F;
}
</style>
background-color css
<style>
a { background-color: #FFD39F; }
a { background-color: rgb(255,211,159); }
div.DivClassName
{
background-color: #FFD39F;
}
.BgClassName
{
background-color: #FFD39F;
}
</style>
border-color css
<style>
span { border-color: #FFD39F; }
span { border-color: rgb(255,211,159); }
td.TdClassName
{
border-color: #FFD39F;
}
.TagClassName
{
border-color: #FFD39F;
}
</style>