#FEC16E

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

Shades of Chardonnay #FEC16E

Tints of Chardonnay #FEC16E

Color information

#FEC16E (or 0xFEC16E) is unknown color: approx Chardonnay. HEX triplet: FE, C1 and 6E. RGB value is (254,193,110). Sum of RGB (Red+Green+Blue) = 254+193+110=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC16E is #013E91. Grayscale: #CACACA. Windows color (decimal): -81554 or 7258622. OLE color: 7258622.

HSL color Cylindrical-coordinate representation of color #FEC16E: hue angle of 34.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEC16E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB254193110-
CMYK00.240.570.00
HSL34.58º98.63%71.37%-
HSV(B)34.58º56.69%99.61%-
XYZ62.7660.3423.09-
YUV201.7876.21165.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 110 (43.36% from 255) = 19.75%
R=45.60%
G=34.65%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419311000.240.570.0034.5898.6371.37
HexFEC16E018390236347
Octal37630115603071043143107
Binary11111110110000011101110011000111001010001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC16E; }

 p { color: rgb(254,193,110); }

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

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

 a { background-color: rgb(254,193,110); }

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

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

 span { border-color: rgb(254,193,110); }

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