#F4C075

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

Shades of Chardonnay #F4C075

Tints of Chardonnay #F4C075

Color information

#F4C075 (or 0xF4C075) is unknown color: approx Chardonnay. HEX triplet: F4, C0 and 75. RGB value is (244,192,117). Sum of RGB (Red+Green+Blue) = 244+192+117=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C075 is #0B3F8A. Grayscale: #C7C7C7. Windows color (decimal): -737163 or 7717108. OLE color: 7717108.

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

Color convert

RGB244192117-
CMYK00.210.520.04
HSL35.43º85.23%70.78%-
HSV(B)35.43º52.05%95.69%-
XYZ59.3758.2224.94-
YUV19981.73160.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.12%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=44.12%
G=34.72%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419211700.210.520.0435.4385.2370.78
HexF4C075015344235547
Octal36430016502564443125107
Binary1111010011000000111010101010111010010010001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C075; }

 p { color: rgb(244,192,117); }

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

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

 a { background-color: rgb(244,192,117); }

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

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

 span { border-color: rgb(244,192,117); }

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