#FDC470

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

Shades of Chardonnay #FDC470

Tints of Chardonnay #FDC470

Color information

#FDC470 (or 0xFDC470) is unknown color: approx Chardonnay. HEX triplet: FD, C4 and 70. RGB value is (253,196,112). Sum of RGB (Red+Green+Blue) = 253+196+112=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC470 is #023B8F. Grayscale: #CBCBCB. Windows color (decimal): -146320 or 7390461. OLE color: 7390461.

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

Color convert

RGB253196112-
CMYK00.230.560.01
HSL35.74º97.24%71.57%-
HSV(B)35.74º55.73%99.22%-
XYZ63.1761.5323.88-
YUV203.4776.38163.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 112 (44.14% from 255) = 19.96%
R=45.10%
G=34.94%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319611200.230.560.0135.7497.2471.57
HexFDC470017381246148
Octal37530416002770144141110
Binary11111101110001001110000010111111000110010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC470; }

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

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

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

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

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

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

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

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