#f5be73

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

Shades of Chardonnay #F5BE73

Tints of Chardonnay #F5BE73

Color information

#F5BE73 (or 0xF5BE73) is unknown color: approx Chardonnay. HEX triplet: F5, BE and 73. RGB value is (245,190,115). Sum of RGB (Red+Green+Blue) = 245+190+115=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE73 is #0A418C. Grayscale: #C6C6C6. Windows color (decimal): -672141 or 7585525. OLE color: 7585525.

HSL color Cylindrical-coordinate representation of color #F5BE73: hue angle of 34.62º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5BE73 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245190115-
CMYK00.220.530.04
HSL34.62º86.67%70.59%-
HSV(B)34.62º53.06%96.08%-
XYZ59.1657.4824.2-
YUV197.981.22161.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 20.91%
R=44.55%
G=34.55%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519011500.220.530.0434.6286.6770.59
HexF5BE73016354235747
Octal36527616302665443127107
Binary1111010110111110111001101011011010110010001110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5be73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5be73; }

 p { color: rgb(245,190,115); }

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

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

 a { background-color: rgb(245,190,115); }

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

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

 span { border-color: rgb(245,190,115); }

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