#FCCC6D

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

Shades of Grandis #FCCC6D

Tints of Grandis #FCCC6D

Color information

#FCCC6D (or 0xFCCC6D) is unknown color: approx Grandis. HEX triplet: FC, CC and 6D. RGB value is (252,204,109). Sum of RGB (Red+Green+Blue) = 252+204+109=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6D is #033392. Grayscale: #CFCFCF. Windows color (decimal): -209811 or 7195900. OLE color: 7195900.

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

Color convert

RGB252204109-
CMYK00.190.570.01
HSL39.86º95.97%70.78%-
HSV(B)39.86º56.75%98.82%-
XYZ64.564.9923.61-
YUV207.5272.4159.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 109 (42.97% from 255) = 19.29%
R=44.60%
G=36.11%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220410900.190.570.0139.8695.9770.78
HexFCCC6D013391286047
Octal37431415502371150140107
Binary11111100110011001101101010011111001110100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC6D; }

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

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

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

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

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

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

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

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