#F0B399

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

Shades of Wax Flower #F0B399

Tints of Wax Flower #F0B399

Color information

#F0B399 (or 0xF0B399) is unknown color: approx Wax Flower. HEX triplet: F0, B3 and 99. RGB value is (240,179,153). Sum of RGB (Red+Green+Blue) = 240+179+153=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B399 is #0F4C66. Grayscale: #C2C2C2. Windows color (decimal): -1002599 or 10073072. OLE color: 10073072.

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

Color convert

RGB240179153-
CMYK00.250.360.06
HSL17.93º74.36%77.06%-
HSV(B)17.93º36.25%94.12%-
XYZ57.8153.0737.33-
YUV194.27104.71160.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=41.96%
G=31.29%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017915300.250.360.0617.9374.3677.06
HexF0B399019246124a4d
Octal36026323103144622112115
Binary1111000010110011100110010110011001001101001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B399; }

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

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

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

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

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

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

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

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