#F5C077

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

Shades of Chardonnay #F5C077

Tints of Chardonnay #F5C077

Color information

#F5C077 (or 0xF5C077) is unknown color: approx Chardonnay. HEX triplet: F5, C0 and 77. RGB value is (245,192,119). Sum of RGB (Red+Green+Blue) = 245+192+119=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C077 is #0A3F88. Grayscale: #C7C7C7. Windows color (decimal): -671625 or 7848181. OLE color: 7848181.

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

Color convert

RGB245192119-
CMYK00.220.510.04
HSL34.76º86.3%71.37%-
HSV(B)34.76º51.43%96.08%-
XYZ59.8458.4425.58-
YUV199.5282.56160.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 119 (46.88% from 255) = 21.40%
R=44.06%
G=34.53%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519211900.220.510.0434.7686.371.37
HexF5C077016334235647
Octal36530016702663443126107
Binary1111010111000000111011101011011001110010001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C077; }

 p { color: rgb(245,192,119); }

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

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

 a { background-color: rgb(245,192,119); }

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

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

 span { border-color: rgb(245,192,119); }

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