#F5C173

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

Shades of Chardonnay #F5C173

Tints of Chardonnay #F5C173

Color information

#F5C173 (or 0xF5C173) is unknown color: approx Chardonnay. HEX triplet: F5, C1 and 73. RGB value is (245,193,115). Sum of RGB (Red+Green+Blue) = 245+193+115=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C173 is #0A3E8C. Grayscale: #C8C8C8. Windows color (decimal): -671373 or 7586293. OLE color: 7586293.

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

Color convert

RGB245193115-
CMYK00.210.530.04
HSL36º86.67%70.59%-
HSV(B)36º53.06%96.08%-
XYZ59.8258.7924.41-
YUV199.6680.23160.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 115 (45.31% from 255) = 20.80%
R=44.30%
G=34.90%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519311500.210.530.043686.6770.59
HexF5C173015354245747
Octal36530116302565444127107
Binary1111010111000001111001101010111010110010010010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C173; }

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

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

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

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

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

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

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

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