Html Css Color HEX #F5C075 Chardonnay

📋 copy color: '#F5C075'

red 245 ◦ green 192 ◦ blue 117

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

Shades of Chardonnay #F5C075

Tints of Chardonnay #F5C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 117 (46.09% from 255) = 21.12%

R = 44.22%
G = 34.66%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F5C075 (or 0xF5C075) is known color: Chardonnay. HEX triplet: F5, C0 and 75. RGB value is (245,192,117). Sum of RGB (Red+Green+Blue) = 245+192+117=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C075 is #0A3F8A. Grayscale: #C7C7C7. Windows color (decimal): -671627 or 7717109. OLE color: 7717109.

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

Color convert

RGB 245 192 117 -
CMYK 0 0.22 0.52 0.04
HSL 35.16º 0.86% 0.71% -
HSV(B) 35.16º 0.52% 0.96% -
XYZ 59.72 58.4 24.95 -
YUV 199.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 245 192 117 0 0.22 0.52 0.04 35.16 0.86 0.71
Hex F5 C0 75 0 16 34 4 23 56 47
Octal 365 300 165 0 26 64 4 43 126 107
Binary 11110101 11000000 1110101 0 10110 110100 100 100011 1010110 1000111

Color Harmonies of #F5C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C075

Black with #F5C075

Text Example


Text Example

White with #F5C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C075; }

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

 H1.HeaderClassName
 {
   color: #F5C075;
 }
 .AnyTagClassName
 {
   color: #F5C075;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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