Html Css Color HEX #F5B59E Wax Flower

📋 copy color: '#F5B59E'

red 245 ◦ green 181 ◦ blue 158

#F5B59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #F5B59E

Tints of Wax Flower #F5B59E

RGB

 RED value IS 245 (96.09% from 255) = 41.95%

 GREEN value IS 181 (71.09% from 255) = 30.99%

 BLUE value IS 158 (62.11% from 255) = 27.05%

R = 41.95%
G = 30.99%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5B59E (or 0xF5B59E) is known color: Wax Flower. HEX triplet: F5, B5 and 9E. RGB value is (245,181,158). Sum of RGB (Red+Green+Blue) = 245+181+158=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B59E is #0A4A61. Grayscale: #C5C5C5. Windows color (decimal): -674402 or 10401269. OLE color: 10401269.

HSL color Cylindrical-coordinate representation of color #F5B59E: hue angle of 15.86º 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 #F5B59E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 181 158 -
CMYK 0 0.26 0.36 0.04
HSL 15.86º 0.81% 0.79% -
HSV(B) 15.86º 0.36% 0.96% -
XYZ 60.35 54.93 39.77 -
YUV 197.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 245 181 158 0 0.26 0.36 0.04 15.86 0.81 0.79
Hex F5 B5 9E 0 1A 24 4 10 51 4F
Octal 365 265 236 0 32 44 4 20 121 117
Binary 11110101 10110101 10011110 0 11010 100100 100 10000 1010001 1001111

Color Harmonies of #F5B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B59E

Black with #F5B59E

Text Example


Text Example

White with #F5B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B59E; }

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

 H1.HeaderClassName
 {
   color: #F5B59E;
 }
 .AnyTagClassName
 {
   color: #F5B59E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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