#F0A999

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

Shades of Wax Flower #F0A999

Tints of Wax Flower #F0A999

Color information

#F0A999 (or 0xF0A999) is unknown color: approx Wax Flower. HEX triplet: F0, A9 and 99. RGB value is (240,169,153). Sum of RGB (Red+Green+Blue) = 240+169+153=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A999 is #0F5666. Grayscale: #BCBCBC. Windows color (decimal): -1005159 or 10070512. OLE color: 10070512.

HSL color Cylindrical-coordinate representation of color #F0A999: hue angle of 11.03º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A999 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240169153-
CMYK00.300.360.06
HSL11.03º74.36%77.06%-
HSV(B)11.03º36.25%94.12%-
XYZ55.8749.236.69-
YUV188.4108.02164.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=42.70%
G=30.07%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016915300.300.360.0611.0374.3677.06
HexF0A99901E246b4a4d
Octal36025123103644613112115
Binary111100001010100110011001011110100100110101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A999; }

 p { color: rgb(240,169,153); }

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

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

 a { background-color: rgb(240,169,153); }

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

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

 span { border-color: rgb(240,169,153); }

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