#FFD99F

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

Shades of Frangipani #FFD99F

Tints of Frangipani #FFD99F

Color information

#FFD99F (or 0xFFD99F) is unknown color: approx Frangipani. HEX triplet: FF, D9 and 9F. RGB value is (255,217,159). Sum of RGB (Red+Green+Blue) = 255+217+159=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD99F is #002660. Grayscale: #DEDEDE. Windows color (decimal): -9825 or 10476031. OLE color: 10476031.

HSL color Cylindrical-coordinate representation of color #FFD99F: hue angle of 36.25º 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 #FFD99F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255217159-
CMYK00.150.380
HSL36.25º100%81.18%-
HSV(B)36.25º37.65%100%-
XYZ72.3173.3943.16-
YUV221.7592.59151.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 159 (62.5% from 255) = 25.20%
R=40.41%
G=34.39%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521715900.150.38036.2510081.18
HexFFD99F0F260246451
Octal37733123701746044144121
Binary11111111110110011001111101111100110010010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD99F; }

 p { color: rgb(255,217,159); }

 H1.HeaderClassName
 {
   color: #FFD99F;
 }
 .AnyTagClassName
 {
   color: #FFD99F;
 }
</style>
background-color css

<style>
 a { background-color: #FFD99F; }

 a { background-color: rgb(255,217,159); }

 div.DivClassName
 {
   background-color: #FFD99F;
 }
 .BgClassName
 {
   background-color: #FFD99F;
 }
</style>
border-color css

<style>
 span { border-color: #FFD99F; }

 span { border-color: rgb(255,217,159); }

 td.TdClassName
 {
   border-color: #FFD99F;
 }
 .TagClassName
 {
   border-color: #FFD99F;
 }
</style>