#F8D49F

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

Shades of Frangipani #F8D49F

Tints of Frangipani #F8D49F

Color information

#F8D49F (or 0xF8D49F) is unknown color: approx Frangipani. HEX triplet: F8, D4 and 9F. RGB value is (248,212,159). Sum of RGB (Red+Green+Blue) = 248+212+159=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D49F is #072B60. Grayscale: #D8D8D8. Windows color (decimal): -469857 or 10474744. OLE color: 10474744.

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

Color convert

RGB248212159-
CMYK00.150.360.03
HSL35.73º86.41%79.8%-
HSV(B)35.73º35.89%97.25%-
XYZ68.5169.5542.61-
YUV216.7295.43150.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 159 (62.5% from 255) = 25.69%
R=40.06%
G=34.25%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821215900.150.360.0335.7386.4179.8
HexF8D49F0F243245650
Octal37032423701744344126120
Binary111110001101010010011111011111001001110010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D49F; }

 p { color: rgb(248,212,159); }

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

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

 a { background-color: rgb(248,212,159); }

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

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

 span { border-color: rgb(248,212,159); }

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