#F9D49E

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

Shades of Frangipani #F9D49E

Tints of Frangipani #F9D49E

Color information

#F9D49E (or 0xF9D49E) is unknown color: approx Frangipani. HEX triplet: F9, D4 and 9E. RGB value is (249,212,158). Sum of RGB (Red+Green+Blue) = 249+212+158=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D49E is #062B61. Grayscale: #D9D9D9. Windows color (decimal): -404322 or 10409209. OLE color: 10409209.

HSL color Cylindrical-coordinate representation of color #F9D49E: hue angle of 35.6º degrees, saturation: 0.88, 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 #F9D49E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249212158-
CMYK00.150.370.02
HSL35.6º88.35%79.8%-
HSV(B)35.6º36.55%97.65%-
XYZ68.7869.742.18-
YUV216.9194.76150.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=40.23%
G=34.25%
B=25.53%

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
Decimal24921215800.150.370.0235.688.3579.8
HexF9D49E0F252245850
Octal37132423601745244130120
Binary111110011101010010011110011111001011010010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D49E; }

 p { color: rgb(249,212,158); }

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

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

 a { background-color: rgb(249,212,158); }

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

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

 span { border-color: rgb(249,212,158); }

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