Html Css Color HEX #F6C375 Chardonnay

📋 copy color: '#F6C375'

red 246 ◦ green 195 ◦ blue 117

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

Shades of Chardonnay #F6C375

Tints of Chardonnay #F6C375

RGB

 RED value IS 246 (96.48% from 255) = 44.09%

 GREEN value IS 195 (76.56% from 255) = 34.95%

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

R = 44.09%
G = 34.95%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F6C375 (or 0xF6C375) is known color: Chardonnay. HEX triplet: F6, C3 and 75. RGB value is (246,195,117). Sum of RGB (Red+Green+Blue) = 246+195+117=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C375 is #093C8A. Grayscale: #C9C9C9. Windows color (decimal): -605323 or 7717878. OLE color: 7717878.

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

Color convert

RGB 246 195 117 -
CMYK 0 0.21 0.52 0.04
HSL 36.28º 0.88% 0.71% -
HSV(B) 36.28º 0.52% 0.96% -
XYZ 60.73 59.91 25.19 -
YUV 201.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 246 195 117 0 0.21 0.52 0.04 36.28 0.88 0.71
Hex F6 C3 75 0 15 34 4 24 58 47
Octal 366 303 165 0 25 64 4 44 130 107
Binary 11110110 11000011 1110101 0 10101 110100 100 100100 1011000 1000111

Color Harmonies of #F6C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C375

Black with #F6C375

Text Example


Text Example

White with #F6C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C375; }

 p { color: rgb(246,195,117); }

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

background-color css

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

 a { background-color: rgb(246,195,117); }

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

border-color css

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

 span { border-color: rgb(246,195,117); }

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