#F5C170

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

Shades of Chardonnay #F5C170

Tints of Chardonnay #F5C170

Color information

#F5C170 (or 0xF5C170) is unknown color: approx Chardonnay. HEX triplet: F5, C1 and 70. RGB value is (245,193,112). Sum of RGB (Red+Green+Blue) = 245+193+112=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C170 is #0A3E8F. Grayscale: #C7C7C7. Windows color (decimal): -671376 or 7389685. OLE color: 7389685.

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

Color convert

RGB245193112-
CMYK00.210.540.04
HSL36.54º86.93%70%-
HSV(B)36.54º54.29%96.08%-
XYZ59.6558.7223.52-
YUV199.3178.73160.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=44.55%
G=35.09%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519311200.210.540.0436.5486.9370
HexF5C170015364255746
Octal36530116002566445127106
Binary1111010111000001111000001010111011010010010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C170; }

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

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

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

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

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

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

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

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