#F3B39D

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

Shades of Wax Flower #F3B39D

Tints of Wax Flower #F3B39D

Color information

#F3B39D (or 0xF3B39D) is unknown color: approx Wax Flower. HEX triplet: F3, B3 and 9D. RGB value is (243,179,157). Sum of RGB (Red+Green+Blue) = 243+179+157=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B39D is #0C4C62. Grayscale: #C3C3C3. Windows color (decimal): -805987 or 10335219. OLE color: 10335219.

HSL color Cylindrical-coordinate representation of color #F3B39D: hue angle of 15.35º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3B39D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243179157-
CMYK00.260.350.05
HSL15.35º78.18%78.43%-
HSV(B)15.35º35.39%95.29%-
XYZ59.1753.7339.15-
YUV195.63106.2161.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=41.97%
G=30.92%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317915700.260.350.0515.3578.1878.43
HexF3B39D01A235f4e4e
Octal36326323503243517116116
Binary111100111011001110011101011010100011101111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B39D; }

 p { color: rgb(243,179,157); }

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

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

 a { background-color: rgb(243,179,157); }

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

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

 span { border-color: rgb(243,179,157); }

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