#FDC474

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

Shades of Chardonnay #FDC474

Tints of Chardonnay #FDC474

Color information

#FDC474 (or 0xFDC474) is unknown color: approx Chardonnay. HEX triplet: FD, C4 and 74. RGB value is (253,196,116). Sum of RGB (Red+Green+Blue) = 253+196+116=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC474 is #023B8B. Grayscale: #CCCCCC. Windows color (decimal): -146316 or 7652605. OLE color: 7652605.

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

Color convert

RGB253196116-
CMYK00.230.540.01
HSL35.04º97.16%72.35%-
HSV(B)35.04º54.15%99.22%-
XYZ63.461.6225.08-
YUV203.9278.38163-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 116 (45.70% from 255) = 20.53%
R=44.78%
G=34.69%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319611600.230.540.0135.0497.1672.35
HexFDC474017361236148
Octal37530416402766143141110
Binary11111101110001001110100010111110110110001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC474; }

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

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

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

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

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

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

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

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