#FEC964

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

Shades of Grandis #FEC964

Tints of Grandis #FEC964

Color information

#FEC964 (or 0xFEC964) is unknown color: approx Grandis. HEX triplet: FE, C9 and 64. RGB value is (254,201,100). Sum of RGB (Red+Green+Blue) = 254+201+100=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC964 is #01369B. Grayscale: #CDCDCD. Windows color (decimal): -79516 or 6605310. OLE color: 6605310.

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

Color convert

RGB254201100-
CMYK00.210.610.00
HSL39.35º98.72%69.41%-
HSV(B)39.35º60.63%99.61%-
XYZ64.0663.7620.99-
YUV205.3368.56162.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 100 (39.45% from 255) = 18.02%
R=45.77%
G=36.22%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420110000.210.610.0039.3598.7269.41
HexFEC9640153D0276345
Octal37631114402575047143105
Binary11111110110010011100100010101111101010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC964; }

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

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

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

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

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

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

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

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