#F0B59F

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

Shades of Wax Flower #F0B59F

Tints of Wax Flower #F0B59F

Color information

#F0B59F (or 0xF0B59F) is unknown color: approx Wax Flower. HEX triplet: F0, B5 and 9F. RGB value is (240,181,159). Sum of RGB (Red+Green+Blue) = 240+181+159=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B59F is #0F4A60. Grayscale: #C4C4C4. Windows color (decimal): -1002081 or 10466800. OLE color: 10466800.

HSL color Cylindrical-coordinate representation of color #F0B59F: hue angle of 16.3º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0B59F is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240181159-
CMYK00.250.340.06
HSL16.3º72.97%78.24%-
HSV(B)16.3º33.75%94.12%-
XYZ58.7254.0840.14-
YUV196.13107.05159.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=41.38%
G=31.21%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018115900.250.340.0616.372.9778.24
HexF0B59F01922610494e
Octal36026523703142620111116
Binary1111000010110101100111110110011000101101000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B59F; }

 p { color: rgb(240,181,159); }

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

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

 a { background-color: rgb(240,181,159); }

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

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

 span { border-color: rgb(240,181,159); }

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