#FAD39F

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

Shades of Frangipani #FAD39F

Tints of Frangipani #FAD39F

Color information

#FAD39F (or 0xFAD39F) is unknown color: approx Frangipani. HEX triplet: FA, D3 and 9F. RGB value is (250,211,159). Sum of RGB (Red+Green+Blue) = 250+211+159=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD39F is #052C60. Grayscale: #D8D8D8. Windows color (decimal): -339041 or 10474490. OLE color: 10474490.

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

Color convert

RGB250211159-
CMYK00.160.360.02
HSL34.29º90.1%80.2%-
HSV(B)34.29º36.4%98.04%-
XYZ68.9869.4242.56-
YUV216.7395.42151.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 159 (62.5% from 255) = 25.65%
R=40.32%
G=34.03%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021115900.160.360.0234.2990.180.2
HexFAD39F010242225a50
Octal37232323702044242132120
Binary1111101011010011100111110100001001001010001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD39F; }

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

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

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

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

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

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

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

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