#FFC864

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

Shades of Grandis #FFC864

Tints of Grandis #FFC864

Color information

#FFC864 (or 0xFFC864) is unknown color: approx Grandis. HEX triplet: FF, C8 and 64. RGB value is (255,200,100). Sum of RGB (Red+Green+Blue) = 255+200+100=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC864 is #00379B. Grayscale: #CDCDCD. Windows color (decimal): -14236 or 6605055. OLE color: 6605055.

HSL color Cylindrical-coordinate representation of color #FFC864: hue angle of 38.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC864 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB255200100-
CMYK00.220.610
HSL38.71º100%69.61%-
HSV(B)38.71º60.78%100%-
XYZ64.1963.4920.93-
YUV205.0468.72163.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 100 (39.45% from 255) = 18.02%
R=45.95%
G=36.04%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520010000.220.61038.7110069.61
HexFFC8640163D0276446
Octal37731014402675047144106
Binary11111111110010001100100010110111101010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC864; }

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

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

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

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

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

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

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

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