#FCCD72

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

Shades of Grandis #FCCD72

Tints of Grandis #FCCD72

Color information

#FCCD72 (or 0xFCCD72) is unknown color: approx Grandis. HEX triplet: FC, CD and 72. RGB value is (252,205,114). Sum of RGB (Red+Green+Blue) = 252+205+114=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD72 is #03328D. Grayscale: #D1D1D1. Windows color (decimal): -209550 or 7523836. OLE color: 7523836.

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

Color convert

RGB252205114-
CMYK00.190.550.01
HSL39.57º95.83%71.76%-
HSV(B)39.57º54.76%98.82%-
XYZ65.0165.5725.15-
YUV208.6874.57158.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 114 (44.92% from 255) = 19.96%
R=44.13%
G=35.90%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220511400.190.550.0139.5795.8371.76
HexFCCD72013371286048
Octal37431516202367150140110
Binary11111100110011011110010010011110111110100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCD72; }

 p { color: rgb(252,205,114); }

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

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

 a { background-color: rgb(252,205,114); }

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

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

 span { border-color: rgb(252,205,114); }

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