#FDC864

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

Shades of Grandis #FDC864

Tints of Grandis #FDC864

Color information

#FDC864 (or 0xFDC864) is unknown color: approx Grandis. HEX triplet: FD, C8 and 64. RGB value is (253,200,100). Sum of RGB (Red+Green+Blue) = 253+200+100=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC864 is #02379B. Grayscale: #CCCCCC. Windows color (decimal): -145308 or 6605053. OLE color: 6605053.

HSL color Cylindrical-coordinate representation of color #FDC864: hue angle of 39.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC864 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253200100-
CMYK00.210.600.01
HSL39.22º97.45%69.22%-
HSV(B)39.22º60.47%99.22%-
XYZ63.4663.1120.89-
YUV204.4569.06162.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 100 (39.45% from 255) = 18.08%
R=45.75%
G=36.17%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320010000.210.600.0139.2297.4569.22
HexFDC8640153C1276145
Octal37531014402574147141105
Binary11111101110010001100100010101111100110011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC864; }

 p { color: rgb(253,200,100); }

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

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

 a { background-color: rgb(253,200,100); }

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

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

 span { border-color: rgb(253,200,100); }

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