#FCD16C

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

Shades of Grandis #FCD16C

Tints of Grandis #FCD16C

Color information

#FCD16C (or 0xFCD16C) is unknown color: approx Grandis. HEX triplet: FC, D1 and 6C. RGB value is (252,209,108). Sum of RGB (Red+Green+Blue) = 252+209+108=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16C is #032E93. Grayscale: #D2D2D2. Windows color (decimal): -208532 or 7131644. OLE color: 7131644.

HSL color Cylindrical-coordinate representation of color #FCD16C: hue angle of 42.08º 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 #FCD16C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB252209108-
CMYK00.170.570.01
HSL42.08º96%70.59%-
HSV(B)42.08º57.14%98.82%-
XYZ65.6567.3823.73-
YUV210.3470.25157.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 108 (42.58% from 255) = 18.98%
R=44.29%
G=36.73%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220910800.170.570.0142.089670.59
HexFCD16C0113912a6047
Octal37432115402171152140107
Binary11111100110100011101100010001111001110101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD16C; }

 p { color: rgb(252,209,108); }

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

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

 a { background-color: rgb(252,209,108); }

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

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

 span { border-color: rgb(252,209,108); }

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