Html Css Color HEX #F8C376 Chardonnay

📋 copy color: '#F8C376'

red 248 ◦ green 195 ◦ blue 118

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

Shades of Chardonnay #F8C376

Tints of Chardonnay #F8C376

RGB

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

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

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

R = 44.21%
G = 34.76%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8C376 (or 0xF8C376) is known color: Chardonnay. HEX triplet: F8, C3 and 76. RGB value is (248,195,118). Sum of RGB (Red+Green+Blue) = 248+195+118=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C376 is #073C89. Grayscale: #CACACA. Windows color (decimal): -474250 or 7783416. OLE color: 7783416.

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

Color convert

RGB 248 195 118 -
CMYK 0 0.21 0.52 0.03
HSL 35.54º 0.9% 0.72% -
HSV(B) 35.54º 0.52% 0.97% -
XYZ 61.5 60.29 25.54 -
YUV 202.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 248 195 118 0 0.21 0.52 0.03 35.54 0.9 0.72
Hex F8 C3 76 0 15 34 3 24 5A 48
Octal 370 303 166 0 25 64 3 44 132 110
Binary 11111000 11000011 1110110 0 10101 110100 11 100100 1011010 1001000

Color Harmonies of #F8C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C376

Black with #F8C376

Text Example


Text Example

White with #F8C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C376; }

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

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

background-color css

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

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

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

border-color css

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

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

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