Html Css Color HEX #F8C076 Chardonnay

📋 copy color: '#F8C076'

red 248 ◦ green 192 ◦ blue 118

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

Shades of Chardonnay #F8C076

Tints of Chardonnay #F8C076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.41%

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

R = 44.44%
G = 34.41%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8C076 (or 0xF8C076) is known color: Chardonnay. HEX triplet: F8, C0 and 76. RGB value is (248,192,118). Sum of RGB (Red+Green+Blue) = 248+192+118=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C076 is #073F89. Grayscale: #C8C8C8. Windows color (decimal): -475018 or 7782648. OLE color: 7782648.

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

Color convert

RGB 248 192 118 -
CMYK 0 0.23 0.52 0.03
HSL 34.15º 0.9% 0.72% -
HSV(B) 34.15º 0.52% 0.97% -
XYZ 60.83 58.96 25.31 -
YUV 200.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 248 192 118 0 0.23 0.52 0.03 34.15 0.9 0.72
Hex F8 C0 76 0 17 34 3 22 5A 48
Octal 370 300 166 0 27 64 3 42 132 110
Binary 11111000 11000000 1110110 0 10111 110100 11 100010 1011010 1001000

Color Harmonies of #F8C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C076

Black with #F8C076

Text Example


Text Example

White with #F8C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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