#FEC473

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

Shades of Chardonnay #FEC473

Tints of Chardonnay #FEC473

Color information

#FEC473 (or 0xFEC473) is unknown color: approx Chardonnay. HEX triplet: FE, C4 and 73. RGB value is (254,196,115). Sum of RGB (Red+Green+Blue) = 254+196+115=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC473 is #013B8C. Grayscale: #CCCCCC. Windows color (decimal): -80781 or 7587070. OLE color: 7587070.

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

Color convert

RGB254196115-
CMYK00.230.550.00
HSL34.96º98.58%72.35%-
HSV(B)34.96º54.72%99.61%-
XYZ63.7161.7924.79-
YUV204.1177.72163.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=44.96%
G=34.69%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419611500.230.550.0034.9698.5872.35
HexFEC473017370236348
Octal37630416302767043143110
Binary11111110110001001110011010111110111010001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC473; }

 p { color: rgb(254,196,115); }

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

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

 a { background-color: rgb(254,196,115); }

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

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

 span { border-color: rgb(254,196,115); }

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