#FFC964

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

Shades of Grandis #FFC964

Tints of Grandis #FFC964

Color information

#FFC964 (or 0xFFC964) is unknown color: approx Grandis. HEX triplet: FF, C9 and 64. RGB value is (255,201,100). Sum of RGB (Red+Green+Blue) = 255+201+100=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC964 is #00369B. Grayscale: #CECECE. Windows color (decimal): -13980 or 6605311. OLE color: 6605311.

HSL color Cylindrical-coordinate representation of color #FFC964: hue angle of 39.1º 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 #FFC964 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB255201100-
CMYK00.210.610
HSL39.1º100%69.61%-
HSV(B)39.1º60.78%100%-
XYZ64.4363.9521.01-
YUV205.6368.39163.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 100 (39.45% from 255) = 17.99%
R=45.86%
G=36.15%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520110000.210.61039.110069.61
HexFFC9640153D0276446
Octal37731114402575047144106
Binary11111111110010011100100010101111101010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC964; }

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

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

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

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

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

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

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

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