#FCC16B

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

Shades of Chardonnay #FCC16B

Tints of Chardonnay #FCC16B

Color information

#FCC16B (or 0xFCC16B) is unknown color: approx Chardonnay. HEX triplet: FC, C1 and 6B. RGB value is (252,193,107). Sum of RGB (Red+Green+Blue) = 252+193+107=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC16B is #033E94. Grayscale: #C9C9C9. Windows color (decimal): -212629 or 7062012. OLE color: 7062012.

HSL color Cylindrical-coordinate representation of color #FCC16B: hue angle of 35.59º degrees, saturation: 0.96, 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 #FCC16B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252193107-
CMYK00.230.580.01
HSL35.59º96.03%70.39%-
HSV(B)35.59º57.54%98.82%-
XYZ61.8759.922.21-
YUV200.8475.05164.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 107 (42.19% from 255) = 19.38%
R=45.65%
G=34.96%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219310700.230.580.0135.5996.0370.39
HexFCC16B0173A1246046
Octal37430115302772144140106
Binary11111100110000011101011010111111010110010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC16B; }

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

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

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

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

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

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

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

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