#F6C27F

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

Shades of Chardonnay #F6C27F

Tints of Chardonnay #F6C27F

Color information

#F6C27F (or 0xF6C27F) is unknown color: approx Chardonnay. HEX triplet: F6, C2 and 7F. RGB value is (246,194,127). Sum of RGB (Red+Green+Blue) = 246+194+127=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C27F is #093D80. Grayscale: #CACACA. Windows color (decimal): -605569 or 8372982. OLE color: 8372982.

HSL color Cylindrical-coordinate representation of color #F6C27F: hue angle of 33.78º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6C27F is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246194127-
CMYK00.210.480.04
HSL33.78º86.86%73.14%-
HSV(B)33.78º48.37%96.47%-
XYZ61.1359.7128.38-
YUV201.9185.73159.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 127 (50% from 255) = 22.40%
R=43.39%
G=34.22%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619412700.210.480.0433.7886.8673.14
HexF6C27F015304225749
Octal36630217702560442127111
Binary1111011011000010111111101010111000010010001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C27F; }

 p { color: rgb(246,194,127); }

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

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

 a { background-color: rgb(246,194,127); }

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

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

 span { border-color: rgb(246,194,127); }

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