#FECA80

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

Shades of Chardonnay #FECA80

Tints of Chardonnay #FECA80

Color information

#FECA80 (or 0xFECA80) is unknown color: approx Chardonnay. HEX triplet: FE, CA and 80. RGB value is (254,202,128). Sum of RGB (Red+Green+Blue) = 254+202+128=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA80 is #01357F. Grayscale: #D1D1D1. Windows color (decimal): -79232 or 8440574. OLE color: 8440574.

HSL color Cylindrical-coordinate representation of color #FECA80: hue angle of 35.24º 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 #FECA80 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254202128-
CMYK00.200.500.00
HSL35.24º98.44%74.9%-
HSV(B)35.24º49.61%99.61%-
XYZ65.8964.8729.47-
YUV209.1182.23160.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=43.49%
G=34.59%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420212800.200.500.0035.2498.4474.9
HexFECA8001432023624b
Octal37631220002462043142113
Binary111111101100101010000000010100110010010001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA80; }

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

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

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

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

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

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

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

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