#FCC16F

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

Shades of Chardonnay #FCC16F

Tints of Chardonnay #FCC16F

Color information

#FCC16F (or 0xFCC16F) is unknown color: approx Chardonnay. HEX triplet: FC, C1 and 6F. RGB value is (252,193,111). Sum of RGB (Red+Green+Blue) = 252+193+111=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC16F is #033E90. Grayscale: #C9C9C9. Windows color (decimal): -212625 or 7324156. OLE color: 7324156.

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

Color convert

RGB252193111-
CMYK00.230.560.01
HSL34.89º95.92%71.18%-
HSV(B)34.89º55.95%98.82%-
XYZ62.0859.9823.34-
YUV201.2977.05164.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 111 (43.75% from 255) = 19.96%
R=45.32%
G=34.71%
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
Decimal25219311100.230.560.0134.8995.9271.18
HexFCC16F017381236047
Octal37430115702770143140107
Binary11111100110000011101111010111111000110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC16F; }

 p { color: rgb(252,193,111); }

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

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

 a { background-color: rgb(252,193,111); }

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

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

 span { border-color: rgb(252,193,111); }

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