Html Css Color HEX #F8C276 Chardonnay

📋 copy color: '#F8C276'

red 248 ◦ green 194 ◦ blue 118

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

Shades of Chardonnay #F8C276

Tints of Chardonnay #F8C276

RGB

 RED value IS 248 (97.27% from 255) = 44.29%

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 44.29%
G = 34.64%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8C276 (or 0xF8C276) is known color: Chardonnay. HEX triplet: F8, C2 and 76. RGB value is (248,194,118). Sum of RGB (Red+Green+Blue) = 248+194+118=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C276 is #073D89. Grayscale: #C9C9C9. Windows color (decimal): -474506 or 7783160. OLE color: 7783160.

HSL color Cylindrical-coordinate representation of color #F8C276: hue angle of 35.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8C276 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 118 -
CMYK 0 0.22 0.52 0.03
HSL 35.08º 0.9% 0.72% -
HSV(B) 35.08º 0.52% 0.97% -
XYZ 61.27 59.85 25.46 -
YUV 201.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 248 194 118 0 0.22 0.52 0.03 35.08 0.9 0.72
Hex F8 C2 76 0 16 34 3 23 5A 48
Octal 370 302 166 0 26 64 3 43 132 110
Binary 11111000 11000010 1110110 0 10110 110100 11 100011 1011010 1001000

Color Harmonies of #F8C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C276

Black with #F8C276

Text Example


Text Example

White with #F8C276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C276; }

 p { color: rgb(248,194,118); }

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

background-color css

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

 a { background-color: rgb(248,194,118); }

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

border-color css

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

 span { border-color: rgb(248,194,118); }

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