#f5c175

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

Shades of Chardonnay #F5C175

Tints of Chardonnay #F5C175

Color information

#F5C175 (or 0xF5C175) is unknown color: approx Chardonnay. HEX triplet: F5, C1 and 75. RGB value is (245,193,117). Sum of RGB (Red+Green+Blue) = 245+193+117=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C175 is #0A3E8A. Grayscale: #C8C8C8. Windows color (decimal): -671371 or 7717365. OLE color: 7717365.

HSL color Cylindrical-coordinate representation of color #F5C175: hue angle of 35.62º degrees, saturation: 0.86, 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 #F5C175 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245193117-
CMYK00.210.520.04
HSL35.62º86.49%70.98%-
HSV(B)35.62º52.24%96.08%-
XYZ59.9458.8425.03-
YUV199.8881.23160.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.14%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 117 (46.09% from 255) = 21.08%
R=44.14%
G=34.77%
B=21.08%

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
Decimal24519311700.210.520.0435.6286.4970.98
HexF5C175015344245647
Octal36530116502564444126107
Binary1111010111000001111010101010111010010010010010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5c175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5c175; }

 p { color: rgb(245,193,117); }

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

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

 a { background-color: rgb(245,193,117); }

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

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

 span { border-color: rgb(245,193,117); }

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