#FAD59E

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

Shades of Frangipani #FAD59E

Tints of Frangipani #FAD59E

Color information

#FAD59E (or 0xFAD59E) is unknown color: approx Frangipani. HEX triplet: FA, D5 and 9E. RGB value is (250,213,158). Sum of RGB (Red+Green+Blue) = 250+213+158=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD59E is #052A61. Grayscale: #DADADA. Windows color (decimal): -338530 or 10409466. OLE color: 10409466.

HSL color Cylindrical-coordinate representation of color #FAD59E: hue angle of 35.87º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD59E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250213158-
CMYK00.150.370.02
HSL35.87º90.2%80%-
HSV(B)35.87º36.8%98.04%-
XYZ69.3970.3842.28-
YUV217.7994.26150.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=40.26%
G=34.30%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021315800.150.370.0235.8790.280
HexFAD59E0F252245a50
Octal37232523601745244132120
Binary111110101101010110011110011111001011010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD59E; }

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

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

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

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

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

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

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

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