#FFD39F

Color #FFD39F Frangipani (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frangipani #FFD39F

Tints of Frangipani #FFD39F

Color information

#FFD39F (or 0xFFD39F) is unknown color: approx 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

RGB255211159-
CMYK00.170.380
HSL32.5º100%81.18%-
HSV(B)32.5º37.65%100%-
XYZ70.7970.3542.65-
YUV218.2394.58154.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 159 (62.5% from 255) = 25.44%
R=40.8%
G=33.76%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521115900.170.38032.510081.18
HexFFD39F011260206451
Octal37732323702146040144121
Binary111111111101001110011111010001100110010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>