#F0B39A

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

Shades of Wax Flower #F0B39A

Tints of Wax Flower #F0B39A

Color information

#F0B39A (or 0xF0B39A) is unknown color: approx Wax Flower. HEX triplet: F0, B3 and 9A. RGB value is (240,179,154). Sum of RGB (Red+Green+Blue) = 240+179+154=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B39A is #0F4C65. Grayscale: #C2C2C2. Windows color (decimal): -1002598 or 10138608. OLE color: 10138608.

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

Color convert

RGB240179154-
CMYK00.250.360.06
HSL17.44º74.14%77.25%-
HSV(B)17.44º35.83%94.12%-
XYZ57.8953.137.77-
YUV194.39105.21160.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=41.88%
G=31.24%
B=26.88%

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
Decimal24017915400.250.360.0617.4474.1477.25
HexF0B39A019246114a4d
Octal36026323203144621112115
Binary1111000010110011100110100110011001001101000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B39A; }

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

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

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

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

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

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

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

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