#F0B89F

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

Shades of Wax Flower #F0B89F

Tints of Wax Flower #F0B89F

Color information

#F0B89F (or 0xF0B89F) is unknown color: approx Wax Flower. HEX triplet: F0, B8 and 9F. RGB value is (240,184,159). Sum of RGB (Red+Green+Blue) = 240+184+159=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B89F is #0F4760. Grayscale: #C6C6C6. Windows color (decimal): -1001313 or 10467568. OLE color: 10467568.

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

Color convert

RGB240184159-
CMYK00.230.340.06
HSL18.52º72.97%78.24%-
HSV(B)18.52º33.75%94.12%-
XYZ59.3355.3140.35-
YUV197.89106.05158.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=41.17%
G=31.56%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018415900.230.340.0618.5272.9778.24
HexF0B89F01722613494e
Octal36027023702742623111116
Binary1111000010111000100111110101111000101101001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B89F; }

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

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

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

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

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

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

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

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