#F5BE72

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

Shades of Chardonnay #F5BE72

Tints of Chardonnay #F5BE72

Color information

#F5BE72 (or 0xF5BE72) is unknown color: approx Chardonnay. HEX triplet: F5, BE and 72. RGB value is (245,190,114). Sum of RGB (Red+Green+Blue) = 245+190+114=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE72 is #0A418D. Grayscale: #C6C6C6. Windows color (decimal): -672142 or 7519989. OLE color: 7519989.

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

Color convert

RGB245190114-
CMYK00.220.530.04
HSL34.81º86.75%70.39%-
HSV(B)34.81º53.47%96.08%-
XYZ59.1157.4523.89-
YUV197.7880.72161.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 114 (44.92% from 255) = 20.77%
R=44.63%
G=34.61%
B=20.77%

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
Decimal24519011400.220.530.0434.8186.7570.39
HexF5BE72016354235746
Octal36527616202665443127106
Binary1111010110111110111001001011011010110010001110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BE72; }

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

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

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

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

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

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

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

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