Html Css Color HEX #F5C173 Chardonnay

📋 copy color: '#F5C173'

red 245 ◦ green 193 ◦ blue 115

#F5C173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #F5C173

Tints of Chardonnay #F5C173

RGB

 RED value IS 245 (96.09% from 255) = 44.3%

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 115 (45.31% from 255) = 20.8%

R = 44.3%
G = 34.9%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5C173 (or 0xF5C173) is known color: 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

RGB 245 193 115 -
CMYK 0 0.21 0.53 0.04
HSL 36º 0.87% 0.71% -
HSV(B) 36º 0.53% 0.96% -
XYZ 59.82 58.79 24.41 -
YUV 199.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 245 193 115 0 0.21 0.53 0.04 36 0.87 0.71
Hex F5 C1 73 0 15 35 4 24 57 47
Octal 365 301 163 0 25 65 4 44 127 107
Binary 11110101 11000001 1110011 0 10101 110101 100 100100 1010111 1000111

Color Harmonies of #F5C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C173

Black with #F5C173

Text Example


Text Example

White with #F5C173

Text Example


Text Example

HTML Codes & Css Web 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>