#FEC382

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

Shades of Chardonnay #FEC382

Tints of Chardonnay #FEC382

Color information

#FEC382 (or 0xFEC382) is unknown color: approx Chardonnay. HEX triplet: FE, C3 and 82. RGB value is (254,195,130). Sum of RGB (Red+Green+Blue) = 254+195+130=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC382 is #013C7D. Grayscale: #CDCDCD. Windows color (decimal): -81022 or 8569854. OLE color: 8569854.

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

Color convert

RGB254195130-
CMYK00.230.490.00
HSL31.45º98.41%75.29%-
HSV(B)31.45º48.82%99.61%-
XYZ64.4261.7129.64-
YUV205.2385.55162.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=43.87%
G=33.68%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419513000.230.490.0031.4598.4175.29
HexFEC3820173101f624b
Octal37630320202761037142113
Binary11111110110000111000001001011111000101111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC382; }

 p { color: rgb(254,195,130); }

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

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

 a { background-color: rgb(254,195,130); }

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

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

 span { border-color: rgb(254,195,130); }

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