#FEC880

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

Shades of Chardonnay #FEC880

Tints of Chardonnay #FEC880

Color information

#FEC880 (or 0xFEC880) is unknown color: approx Chardonnay. HEX triplet: FE, C8 and 80. RGB value is (254,200,128). Sum of RGB (Red+Green+Blue) = 254+200+128=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC880 is #01377F. Grayscale: #D0D0D0. Windows color (decimal): -79744 or 8440062. OLE color: 8440062.

HSL color Cylindrical-coordinate representation of color #FEC880: hue angle of 34.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEC880 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254200128-
CMYK00.210.500.00
HSL34.29º98.44%74.9%-
HSV(B)34.29º49.61%99.61%-
XYZ65.4263.9429.32-
YUV207.9482.89160.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=43.64%
G=34.36%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420012800.210.500.0034.2998.4474.9
HexFEC88001532022624b
Octal37631020002562042142113
Binary111111101100100010000000010101110010010001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC880; }

 p { color: rgb(254,200,128); }

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

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

 a { background-color: rgb(254,200,128); }

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

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

 span { border-color: rgb(254,200,128); }

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