#FDC06A

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

Shades of Chardonnay #FDC06A

Tints of Chardonnay #FDC06A

Color information

#FDC06A (or 0xFDC06A) is unknown color: approx Chardonnay. HEX triplet: FD, C0 and 6A. RGB value is (253,192,106). Sum of RGB (Red+Green+Blue) = 253+192+106=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC06A is #023F95. Grayscale: #C8C8C8. Windows color (decimal): -147350 or 6996221. OLE color: 6996221.

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

Color convert

RGB253192106-
CMYK00.240.580.01
HSL35.1º97.35%70.39%-
HSV(B)35.1º58.1%99.22%-
XYZ61.9659.6221.88-
YUV200.4474.71165.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 106 (41.80% from 255) = 19.24%
R=45.92%
G=34.85%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319210600.240.580.0135.197.3570.39
HexFDC06A0183A1236146
Octal37530015203072143141106
Binary11111101110000001101010011000111010110001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC06A; }

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

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

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

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

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

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

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

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