Html Css Color HEX #F2C176 Chardonnay

📋 copy color: '#F2C176'

red 242 ◦ green 193 ◦ blue 118

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

Shades of Chardonnay #F2C176

Tints of Chardonnay #F2C176

RGB

 RED value IS 242 (94.92% from 255) = 43.76%

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

 BLUE value IS 118 (46.48% from 255) = 21.34%

R = 43.76%
G = 34.9%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2C176 (or 0xF2C176) is known color: Chardonnay. HEX triplet: F2, C1 and 76. RGB value is (242,193,118). Sum of RGB (Red+Green+Blue) = 242+193+118=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C176 is #0D3E89. Grayscale: #C7C7C7. Windows color (decimal): -867978 or 7782898. OLE color: 7782898.

HSL color Cylindrical-coordinate representation of color #F2C176: hue angle of 36.29º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2C176 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 193 118 -
CMYK 0 0.20 0.51 0.05
HSL 36.29º 0.83% 0.71% -
HSV(B) 36.29º 0.51% 0.95% -
XYZ 58.96 58.33 25.29 -
YUV 199.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 242 193 118 0 0.20 0.51 0.05 36.29 0.83 0.71
Hex F2 C1 76 0 14 33 5 24 53 47
Octal 362 301 166 0 24 63 5 44 123 107
Binary 11110010 11000001 1110110 0 10100 110011 101 100100 1010011 1000111

Color Harmonies of #F2C176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C176

Black with #F2C176

Text Example


Text Example

White with #F2C176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C176; }

 p { color: rgb(242,193,118); }

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

background-color css

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

 a { background-color: rgb(242,193,118); }

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

border-color css

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

 span { border-color: rgb(242,193,118); }

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