#f0b79e

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

Shades of Wax Flower #F0B79E

Tints of Wax Flower #F0B79E

Color information

#F0B79E (or 0xF0B79E) is unknown color: approx Wax Flower. HEX triplet: F0, B7 and 9E. RGB value is (240,183,158). Sum of RGB (Red+Green+Blue) = 240+183+158=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B79E is #0F4861. Grayscale: #C5C5C5. Windows color (decimal): -1001570 or 10401776. OLE color: 10401776.

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

Color convert

RGB240183158-
CMYK00.240.340.06
HSL18.29º73.21%78.04%-
HSV(B)18.29º34.17%94.12%-
XYZ59.0454.8639.83-
YUV197.19105.88158.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=41.31%
G=31.50%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018315800.240.340.0618.2973.2178.04
HexF0B79E01822612494e
Octal36026723603042622111116
Binary1111000010110111100111100110001000101101001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b79e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b79e; }

 p { color: rgb(240,183,158); }

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

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

 a { background-color: rgb(240,183,158); }

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

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

 span { border-color: rgb(240,183,158); }

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