Html Css Color HEX #F8C370 Chardonnay

📋 copy color: '#F8C370'

red 248 ◦ green 195 ◦ blue 112

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

Shades of Chardonnay #F8C370

Tints of Chardonnay #F8C370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 44.68%
G = 35.14%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8C370 (or 0xF8C370) is known color: Chardonnay. HEX triplet: F8, C3 and 70. RGB value is (248,195,112). Sum of RGB (Red+Green+Blue) = 248+195+112=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C370 is #073C8F. Grayscale: #C9C9C9. Windows color (decimal): -474256 or 7390200. OLE color: 7390200.

HSL color Cylindrical-coordinate representation of color #F8C370: hue angle of 36.62º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8C370 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 195 112 -
CMYK 0 0.21 0.55 0.03
HSL 36.62º 0.91% 0.71% -
HSV(B) 36.62º 0.55% 0.97% -
XYZ 61.15 60.16 23.72 -
YUV 201.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 248 195 112 0 0.21 0.55 0.03 36.62 0.91 0.71
Hex F8 C3 70 0 15 37 3 25 5B 47
Octal 370 303 160 0 25 67 3 45 133 107
Binary 11111000 11000011 1110000 0 10101 110111 11 100101 1011011 1000111

Color Harmonies of #F8C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C370

Black with #F8C370

Text Example


Text Example

White with #F8C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C370; }

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

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

background-color css

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

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

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

border-color css

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

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

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