#FCC16D

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

Shades of Chardonnay #FCC16D

Tints of Chardonnay #FCC16D

Color information

#FCC16D (or 0xFCC16D) is unknown color: approx Chardonnay. HEX triplet: FC, C1 and 6D. RGB value is (252,193,109). Sum of RGB (Red+Green+Blue) = 252+193+109=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC16D is #033E92. Grayscale: #C9C9C9. Windows color (decimal): -212627 or 7193084. OLE color: 7193084.

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

Color convert

RGB252193109-
CMYK00.230.570.01
HSL35.24º95.97%70.78%-
HSV(B)35.24º56.75%98.82%-
XYZ61.9859.9422.77-
YUV201.0676.05164.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 109 (42.97% from 255) = 19.68%
R=45.49%
G=34.84%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219310900.230.570.0135.2495.9770.78
HexFCC16D017391236047
Octal37430115502771143140107
Binary11111100110000011101101010111111001110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC16D; }

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

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

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

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

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

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

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

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