#FDC072

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

Shades of Chardonnay #FDC072

Tints of Chardonnay #FDC072

Color information

#FDC072 (or 0xFDC072) is unknown color: approx Chardonnay. HEX triplet: FD, C0 and 72. RGB value is (253,192,114). Sum of RGB (Red+Green+Blue) = 253+192+114=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC072 is #023F8D. Grayscale: #C9C9C9. Windows color (decimal): -147342 or 7520509. OLE color: 7520509.

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

Color convert

RGB253192114-
CMYK00.240.550.01
HSL33.67º97.2%71.96%-
HSV(B)33.67º54.94%99.22%-
XYZ62.3959.824.17-
YUV201.3578.71164.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 114 (44.92% from 255) = 20.39%
R=45.26%
G=34.35%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319211400.240.550.0133.6797.271.96
HexFDC072018371226148
Octal37530016203067142141110
Binary11111101110000001110010011000110111110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC072; }

 p { color: rgb(253,192,114); }

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

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

 a { background-color: rgb(253,192,114); }

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

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

 span { border-color: rgb(253,192,114); }

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