#FEC475

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

Shades of Chardonnay #FEC475

Tints of Chardonnay #FEC475

Color information

#FEC475 (or 0xFEC475) is unknown color: approx Chardonnay. HEX triplet: FE, C4 and 75. RGB value is (254,196,117). Sum of RGB (Red+Green+Blue) = 254+196+117=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC475 is #013B8A. Grayscale: #CCCCCC. Windows color (decimal): -80779 or 7718142. OLE color: 7718142.

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

Color convert

RGB254196117-
CMYK00.230.540.00
HSL34.6º98.56%72.75%-
HSV(B)34.6º53.94%99.61%-
XYZ63.8261.8425.4-
YUV204.3478.72163.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 117 (46.09% from 255) = 20.63%
R=44.80%
G=34.57%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419611700.230.540.0034.698.5672.75
HexFEC475017360236349
Octal37630416502766043143111
Binary11111110110001001110101010111110110010001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC475; }

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

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

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

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

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

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

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

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