#FEC664

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

Shades of Grandis #FEC664

Tints of Grandis #FEC664

Color information

#FEC664 (or 0xFEC664) is unknown color: approx Grandis. HEX triplet: FE, C6 and 64. RGB value is (254,198,100). Sum of RGB (Red+Green+Blue) = 254+198+100=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC664 is #01399B. Grayscale: #CCCCCC. Windows color (decimal): -80284 or 6604542. OLE color: 6604542.

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

Color convert

RGB254198100-
CMYK00.220.610.00
HSL38.18º98.72%69.41%-
HSV(B)38.18º60.63%99.61%-
XYZ63.3762.3820.76-
YUV203.5769.55163.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 100 (39.45% from 255) = 18.12%
R=46.01%
G=35.87%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419810000.220.610.0038.1898.7269.41
HexFEC6640163D0266345
Octal37630614402675046143105
Binary11111110110001101100100010110111101010011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC664; }

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

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

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

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

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

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

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

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