#FDC580

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

Shades of Chardonnay #FDC580

Tints of Chardonnay #FDC580

Color information

#FDC580 (or 0xFDC580) is unknown color: approx Chardonnay. HEX triplet: FD, C5 and 80. RGB value is (253,197,128). Sum of RGB (Red+Green+Blue) = 253+197+128=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC580 is #023A7F. Grayscale: #CECECE. Windows color (decimal): -146048 or 8439293. OLE color: 8439293.

HSL color Cylindrical-coordinate representation of color #FDC580: hue angle of 33.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDC580 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253197128-
CMYK00.220.490.01
HSL33.12º96.9%74.71%-
HSV(B)33.12º49.41%99.22%-
XYZ64.3762.3729.07-
YUV205.8884.05161.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=43.77%
G=34.08%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319712800.220.490.0133.1296.974.71
HexFDC58001631121614b
Octal37530520002661141141113
Binary111111011100010110000000010110110001110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC580; }

 p { color: rgb(253,197,128); }

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

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

 a { background-color: rgb(253,197,128); }

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

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

 span { border-color: rgb(253,197,128); }

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