Html Css Color HEX #F8C875 Chardonnay

📋 copy color: '#F8C875'

red 248 ◦ green 200 ◦ blue 117

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

Shades of Chardonnay #F8C875

Tints of Chardonnay #F8C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 43.89%
G = 35.4%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8C875 (or 0xF8C875) is known color: Chardonnay. HEX triplet: F8, C8 and 75. RGB value is (248,200,117). Sum of RGB (Red+Green+Blue) = 248+200+117=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C875 is #07378A. Grayscale: #CDCDCD. Windows color (decimal): -472971 or 7719160. OLE color: 7719160.

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

Color convert

RGB 248 200 117 -
CMYK 0 0.19 0.53 0.03
HSL 38.02º 0.9% 0.72% -
HSV(B) 38.02º 0.53% 0.97% -
XYZ 62.58 62.55 25.6 -
YUV 204.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 248 200 117 0 0.19 0.53 0.03 38.02 0.9 0.72
Hex F8 C8 75 0 13 35 3 26 5A 48
Octal 370 310 165 0 23 65 3 46 132 110
Binary 11111000 11001000 1110101 0 10011 110101 11 100110 1011010 1001000

Color Harmonies of #F8C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C875

Black with #F8C875

Text Example


Text Example

White with #F8C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C875; }

 p { color: rgb(248,200,117); }

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

background-color css

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

 a { background-color: rgb(248,200,117); }

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

border-color css

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

 span { border-color: rgb(248,200,117); }

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