#FCCC6B

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

Shades of Grandis #FCCC6B

Tints of Grandis #FCCC6B

Color information

#FCCC6B (or 0xFCCC6B) is unknown color: approx Grandis. HEX triplet: FC, CC and 6B. RGB value is (252,204,107). Sum of RGB (Red+Green+Blue) = 252+204+107=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6B is #033394. Grayscale: #CFCFCF. Windows color (decimal): -209813 or 7064828. OLE color: 7064828.

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

Color convert

RGB252204107-
CMYK00.190.580.01
HSL40.14º96.03%70.39%-
HSV(B)40.14º57.54%98.82%-
XYZ64.3964.9423.05-
YUV207.2971.4159.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 107 (42.19% from 255) = 19.01%
R=44.76%
G=36.23%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220410700.190.580.0140.1496.0370.39
HexFCCC6B0133A1286046
Octal37431415302372150140106
Binary11111100110011001101011010011111010110100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC6B; }

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

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

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

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

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

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

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

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