#F8C27D

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

Shades of Chardonnay #F8C27D

Tints of Chardonnay #F8C27D

Color information

#F8C27D (or 0xF8C27D) is unknown color: approx Chardonnay. HEX triplet: F8, C2 and 7D. RGB value is (248,194,125). Sum of RGB (Red+Green+Blue) = 248+194+125=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C27D is #073D82. Grayscale: #CACACA. Windows color (decimal): -474499 or 8241912. OLE color: 8241912.

HSL color Cylindrical-coordinate representation of color #F8C27D: hue angle of 33.66º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8C27D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248194125-
CMYK00.220.500.03
HSL33.66º89.78%73.14%-
HSV(B)33.66º49.6%97.25%-
XYZ61.760.0227.73-
YUV202.2884.39160.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 125 (49.22% from 255) = 22.05%
R=43.74%
G=34.22%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819412500.220.500.0333.6689.7873.14
HexF8C27D016323225a49
Octal37030217502662342132111
Binary111110001100001011111010101101100101110001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C27D; }

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

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

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

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

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

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

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

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