#F5C078

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

Shades of Chardonnay #F5C078

Tints of Chardonnay #F5C078

Color information

#F5C078 (or 0xF5C078) is unknown color: approx Chardonnay. HEX triplet: F5, C0 and 78. RGB value is (245,192,120). Sum of RGB (Red+Green+Blue) = 245+192+120=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C078 is #0A3F87. Grayscale: #C7C7C7. Windows color (decimal): -671624 or 7913717. OLE color: 7913717.

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

Color convert

RGB245192120-
CMYK00.220.510.04
HSL34.56º86.21%71.57%-
HSV(B)34.56º51.02%96.08%-
XYZ59.958.4725.9-
YUV199.6483.06160.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 120 (47.27% from 255) = 21.54%
R=43.99%
G=34.47%
B=21.54%

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
Decimal24519212000.220.510.0434.5686.2171.57
HexF5C078016334235648
Octal36530017002663443126110
Binary1111010111000000111100001011011001110010001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C078; }

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

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

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

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

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

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

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

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