#F5B09E

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

Shades of Wax Flower #F5B09E

Tints of Wax Flower #F5B09E

Color information

#F5B09E (or 0xF5B09E) is unknown color: approx Wax Flower. HEX triplet: F5, B0 and 9E. RGB value is (245,176,158). Sum of RGB (Red+Green+Blue) = 245+176+158=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B09E is #0A4F61. Grayscale: #C2C2C2. Windows color (decimal): -675682 or 10399989. OLE color: 10399989.

HSL color Cylindrical-coordinate representation of color #F5B09E: hue angle of 12.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5B09E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245176158-
CMYK00.280.360.04
HSL12.41º81.31%79.02%-
HSV(B)12.41º35.51%96.08%-
XYZ59.3552.9339.44-
YUV194.58107.36163.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=42.31%
G=30.40%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517615800.280.360.0412.4181.3179.02
HexF5B09E01C244c514f
Octal36526023603444414121117
Binary111101011011000010011110011100100100100110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B09E; }

 p { color: rgb(245,176,158); }

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

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

 a { background-color: rgb(245,176,158); }

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

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

 span { border-color: rgb(245,176,158); }

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