#FEC275

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

Shades of Chardonnay #FEC275

Tints of Chardonnay #FEC275

Color information

#FEC275 (or 0xFEC275) is unknown color: approx Chardonnay. HEX triplet: FE, C2 and 75. RGB value is (254,194,117). Sum of RGB (Red+Green+Blue) = 254+194+117=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC275 is #013D8A. Grayscale: #CBCBCB. Windows color (decimal): -81291 or 7717630. OLE color: 7717630.

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

Color convert

RGB254194117-
CMYK00.240.540.00
HSL33.72º98.56%72.75%-
HSV(B)33.72º53.94%99.61%-
XYZ63.3860.9425.25-
YUV203.1679.38164.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=44.96%
G=34.34%
B=20.71%

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
Decimal25419411700.240.540.0033.7298.5672.75
HexFEC275018360226349
Octal37630216503066042143111
Binary11111110110000101110101011000110110010001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC275; }

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

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

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

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

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

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

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

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