#FEC071

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

Shades of Chardonnay #FEC071

Tints of Chardonnay #FEC071

Color information

#FEC071 (or 0xFEC071) is unknown color: approx Chardonnay. HEX triplet: FE, C0 and 71. RGB value is (254,192,113). Sum of RGB (Red+Green+Blue) = 254+192+113=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC071 is #013F8E. Grayscale: #C9C9C9. Windows color (decimal): -81807 or 7454974. OLE color: 7454974.

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

Color convert

RGB254192113-
CMYK00.240.560.00
HSL33.62º98.6%71.96%-
HSV(B)33.62º55.51%99.61%-
XYZ62.759.9623.89-
YUV201.5378.04165.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 113 (44.53% from 255) = 20.21%
R=45.44%
G=34.35%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419211300.240.560.0033.6298.671.96
HexFEC071018380226348
Octal37630016103070042143110
Binary11111110110000001110001011000111000010001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC071; }

 p { color: rgb(254,192,113); }

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

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

 a { background-color: rgb(254,192,113); }

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

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

 span { border-color: rgb(254,192,113); }

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