#F8C16F

Color #F8C16F Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #F8C16F

Tints of Chardonnay #F8C16F

Color information

#F8C16F (or 0xF8C16F) is unknown color: approx Chardonnay. HEX triplet: F8, C1 and 6F. RGB value is (248,193,111). Sum of RGB (Red+Green+Blue) = 248+193+111=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C16F is #073E90. Grayscale: #C8C8C8. Windows color (decimal): -474769 or 7324152. OLE color: 7324152.

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

Color convert

RGB248193111-
CMYK00.220.550.03
HSL35.91º90.73%70.39%-
HSV(B)35.91º55.24%97.25%-
XYZ60.6559.2423.28-
YUV200.177.72162.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 111 (43.75% from 255) = 20.11%
R=44.93%
G=34.96%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819311100.220.550.0335.9190.7370.39
HexF8C16F016373245b46
Octal37030115702667344133106
Binary111110001100000111011110101101101111110010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C16F; }

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

 H1.HeaderClassName
 {
   color: #F8C16F;
 }
 .AnyTagClassName
 {
   color: #F8C16F;
 }
</style>
background-color css

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

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

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

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

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

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