#F8C27E

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

Shades of Chardonnay #F8C27E

Tints of Chardonnay #F8C27E

Color information

#F8C27E (or 0xF8C27E) is unknown color: approx Chardonnay. HEX triplet: F8, C2 and 7E. RGB value is (248,194,126). Sum of RGB (Red+Green+Blue) = 248+194+126=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C27E is #073D81. Grayscale: #CACACA. Windows color (decimal): -474498 or 8307448. OLE color: 8307448.

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

Color convert

RGB248194126-
CMYK00.220.490.03
HSL33.44º89.71%73.33%-
HSV(B)33.44º49.19%97.25%-
XYZ61.7760.0528.07-
YUV202.3984.89160.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.66%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 126 (49.61% from 255) = 22.18%
R=43.66%
G=34.15%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819412600.220.490.0333.4489.7173.33
HexF8C27E016313215a49
Octal37030217602661341132111
Binary111110001100001011111100101101100011110000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C27E; }

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

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

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

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

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

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

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

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