#F8C270

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

Shades of Chardonnay #F8C270

Tints of Chardonnay #F8C270

Color information

#F8C270 (or 0xF8C270) is unknown color: approx Chardonnay. HEX triplet: F8, C2 and 70. RGB value is (248,194,112). Sum of RGB (Red+Green+Blue) = 248+194+112=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C270 is #073D8F. Grayscale: #C9C9C9. Windows color (decimal): -474512 or 7389944. OLE color: 7389944.

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

Color convert

RGB248194112-
CMYK00.220.550.03
HSL36.18º90.67%70.59%-
HSV(B)36.18º54.84%97.25%-
XYZ60.9359.7123.64-
YUV200.877.89161.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 112 (44.14% from 255) = 20.22%
R=44.77%
G=35.02%
B=20.22%

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
Decimal24819411200.220.550.0336.1890.6770.59
HexF8C270016373245b47
Octal37030216002667344133107
Binary111110001100001011100000101101101111110010010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C270; }

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

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

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

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

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

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

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

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