Html Css Color HEX #F8C976 Chardonnay

📋 copy color: '#F8C976'

red 248 ◦ green 201 ◦ blue 118

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

Shades of Chardonnay #F8C976

Tints of Chardonnay #F8C976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.45%

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

R = 43.74%
G = 35.45%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8C976 (or 0xF8C976) is known color: Chardonnay. HEX triplet: F8, C9 and 76. RGB value is (248,201,118). Sum of RGB (Red+Green+Blue) = 248+201+118=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C976 is #073689. Grayscale: #CDCDCD. Windows color (decimal): -472714 or 7784952. OLE color: 7784952.

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

Color convert

RGB 248 201 118 -
CMYK 0 0.19 0.52 0.03
HSL 38.31º 0.9% 0.72% -
HSV(B) 38.31º 0.52% 0.97% -
XYZ 62.87 63.04 25.99 -
YUV 205.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 248 201 118 0 0.19 0.52 0.03 38.31 0.9 0.72
Hex F8 C9 76 0 13 34 3 26 5A 48
Octal 370 311 166 0 23 64 3 46 132 110
Binary 11111000 11001001 1110110 0 10011 110100 11 100110 1011010 1001000

Color Harmonies of #F8C976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C976

Black with #F8C976

Text Example


Text Example

White with #F8C976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C976; }

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

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

background-color css

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

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

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

border-color css

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

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

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