Html Css Color HEX #F8C16E Chardonnay

📋 copy color: '#F8C16E'

red 248 ◦ green 193 ◦ blue 110

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

Shades of Chardonnay #F8C16E

Tints of Chardonnay #F8C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.03%

 BLUE value IS 110 (43.36% from 255) = 19.96%

R = 45.01%
G = 35.03%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8C16E (or 0xF8C16E) is known color: Chardonnay. HEX triplet: F8, C1 and 6E. RGB value is (248,193,110). Sum of RGB (Red+Green+Blue) = 248+193+110=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C16E is #073E91. Grayscale: #C8C8C8. Windows color (decimal): -474770 or 7258616. OLE color: 7258616.

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

Color convert

RGB 248 193 110 -
CMYK 0 0.22 0.56 0.03
HSL 36.09º 0.91% 0.7% -
HSV(B) 36.09º 0.56% 0.97% -
XYZ 60.6 59.22 22.99 -
YUV 199.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 248 193 110 0 0.22 0.56 0.03 36.09 0.91 0.7
Hex F8 C1 6E 0 16 38 3 24 5B 46
Octal 370 301 156 0 26 70 3 44 133 106
Binary 11111000 11000001 1101110 0 10110 111000 11 100100 1011011 1000110

Color Harmonies of #F8C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C16E

Black with #F8C16E

Text Example


Text Example

White with #F8C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C16E; }

 p { color: rgb(248,193,110); }

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

background-color css

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

 a { background-color: rgb(248,193,110); }

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

border-color css

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

 span { border-color: rgb(248,193,110); }

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