#FDC574

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

Shades of Chardonnay #FDC574

Tints of Chardonnay #FDC574

Color information

#FDC574 (or 0xFDC574) is unknown color: approx Chardonnay. HEX triplet: FD, C5 and 74. RGB value is (253,197,116). Sum of RGB (Red+Green+Blue) = 253+197+116=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC574 is #023A8B. Grayscale: #CCCCCC. Windows color (decimal): -146060 or 7652861. OLE color: 7652861.

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

Color convert

RGB253197116-
CMYK00.220.540.01
HSL35.47º97.16%72.35%-
HSV(B)35.47º54.15%99.22%-
XYZ63.6362.0825.15-
YUV204.5178.05162.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 116 (45.70% from 255) = 20.49%
R=44.70%
G=34.81%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319711600.220.540.0135.4797.1672.35
HexFDC574016361236148
Octal37530516402666143141110
Binary11111101110001011110100010110110110110001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC574; }

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

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

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

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

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

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

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

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