#FFD59E

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

Shades of Frangipani #FFD59E

Tints of Frangipani #FFD59E

Color information

#FFD59E (or 0xFFD59E) is unknown color: approx Frangipani. HEX triplet: FF, D5 and 9E. RGB value is (255,213,158). Sum of RGB (Red+Green+Blue) = 255+213+158=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD59E is #002A61. Grayscale: #DBDBDB. Windows color (decimal): -10850 or 10409471. OLE color: 10409471.

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

Color convert

RGB255213158-
CMYK00.160.380
HSL34.02º100%80.98%-
HSV(B)34.02º38.04%100%-
XYZ71.2171.3242.36-
YUV219.2993.41153.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 158 (62.11% from 255) = 25.24%
R=40.73%
G=34.03%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521315800.160.38034.0210080.98
HexFFD59E010260226451
Octal37732523602046042144121
Binary111111111101010110011110010000100110010001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD59E; }

 p { color: rgb(255,213,158); }

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

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

 a { background-color: rgb(255,213,158); }

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

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

 span { border-color: rgb(255,213,158); }

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