#FAD59F

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

Shades of Frangipani #FAD59F

Tints of Frangipani #FAD59F

Color information

#FAD59F (or 0xFAD59F) is unknown color: approx Frangipani. HEX triplet: FA, D5 and 9F. RGB value is (250,213,159). Sum of RGB (Red+Green+Blue) = 250+213+159=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD59F is #052A60. Grayscale: #DADADA. Windows color (decimal): -338529 or 10475002. OLE color: 10475002.

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

Color convert

RGB250213159-
CMYK00.150.360.02
HSL35.6º90.1%80.2%-
HSV(B)35.6º36.4%98.04%-
XYZ69.4870.4242.73-
YUV217.9194.76150.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=40.19%
G=34.24%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021315900.150.360.0235.690.180.2
HexFAD59F0F242245a50
Octal37232523701744244132120
Binary111110101101010110011111011111001001010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD59F; }

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

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

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

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

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

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

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

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