#FEC375

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

Shades of Chardonnay #FEC375

Tints of Chardonnay #FEC375

Color information

#FEC375 (or 0xFEC375) is unknown color: approx Chardonnay. HEX triplet: FE, C3 and 75. RGB value is (254,195,117). Sum of RGB (Red+Green+Blue) = 254+195+117=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC375 is #013C8A. Grayscale: #CCCCCC. Windows color (decimal): -81035 or 7717886. OLE color: 7717886.

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

Color convert

RGB254195117-
CMYK00.230.540.00
HSL34.16º98.56%72.75%-
HSV(B)34.16º53.94%99.61%-
XYZ63.661.3925.33-
YUV203.7579.05163.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=44.88%
G=34.45%
B=20.67%

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
Decimal25419511700.230.540.0034.1698.5672.75
HexFEC375017360226349
Octal37630316502766042143111
Binary11111110110000111110101010111110110010001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC375; }

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

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

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

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

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

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

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

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