#FCCC78

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

Shades of Grandis #FCCC78

Tints of Grandis #FCCC78

Color information

#FCCC78 (or 0xFCCC78) is unknown color: approx Grandis. HEX triplet: FC, CC and 78. RGB value is (252,204,120). Sum of RGB (Red+Green+Blue) = 252+204+120=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC78 is #033387. Grayscale: #D1D1D1. Windows color (decimal): -209800 or 7916796. OLE color: 7916796.

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

Color convert

RGB252204120-
CMYK00.190.520.01
HSL38.18º95.65%72.94%-
HSV(B)38.18º52.38%98.82%-
XYZ65.1365.2426.93-
YUV208.7877.9158.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 120 (47.27% from 255) = 20.83%
R=43.75%
G=35.42%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220412000.190.520.0138.1895.6572.94
HexFCCC78013341266049
Octal37431417002364146140111
Binary11111100110011001111000010011110100110011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC78; }

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

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

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

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

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

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

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

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