#FEC274

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

Shades of Chardonnay #FEC274

Tints of Chardonnay #FEC274

Color information

#FEC274 (or 0xFEC274) is unknown color: approx Chardonnay. HEX triplet: FE, C2 and 74. RGB value is (254,194,116). Sum of RGB (Red+Green+Blue) = 254+194+116=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC274 is #013D8B. Grayscale: #CBCBCB. Windows color (decimal): -81292 or 7652094. OLE color: 7652094.

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

Color convert

RGB254194116-
CMYK00.240.540.00
HSL33.91º98.57%72.55%-
HSV(B)33.91º54.33%99.61%-
XYZ63.3260.9224.94-
YUV203.0578.88164.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=45.04%
G=34.40%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419411600.240.540.0033.9198.5772.55
HexFEC274018360226349
Octal37630216403066042143111
Binary11111110110000101110100011000110110010001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC274; }

 p { color: rgb(254,194,116); }

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

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

 a { background-color: rgb(254,194,116); }

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

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

 span { border-color: rgb(254,194,116); }

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