#F7B39F

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

Shades of Wax Flower #F7B39F

Tints of Wax Flower #F7B39F

Color information

#F7B39F (or 0xF7B39F) is unknown color: approx Wax Flower. HEX triplet: F7, B3 and 9F. RGB value is (247,179,159). Sum of RGB (Red+Green+Blue) = 247+179+159=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B39F is #084C60. Grayscale: #C5C5C5. Windows color (decimal): -543841 or 10466295. OLE color: 10466295.

HSL color Cylindrical-coordinate representation of color #F7B39F: hue angle of 13.64º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7B39F is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247179159-
CMYK00.280.360.03
HSL13.64º84.62%79.61%-
HSV(B)13.64º35.63%96.86%-
XYZ60.7454.5240.12-
YUV197.05106.53163.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=42.22%
G=30.60%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717915900.280.360.0313.6484.6279.61
HexF7B39F01C243e5550
Octal36726323703444316125120
Binary11110111101100111001111101110010010011111010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B39F; }

 p { color: rgb(247,179,159); }

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

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

 a { background-color: rgb(247,179,159); }

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

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

 span { border-color: rgb(247,179,159); }

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