#FEC464

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

Shades of Grandis #FEC464

Tints of Grandis #FEC464

Color information

#FEC464 (or 0xFEC464) is unknown color: approx Grandis. HEX triplet: FE, C4 and 64. RGB value is (254,196,100). Sum of RGB (Red+Green+Blue) = 254+196+100=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC464 is #013B9B. Grayscale: #CACACA. Windows color (decimal): -80796 or 6604030. OLE color: 6604030.

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

Color convert

RGB254196100-
CMYK00.230.610.00
HSL37.4º98.72%69.41%-
HSV(B)37.4º60.63%99.61%-
XYZ62.9161.4720.61-
YUV202.470.22164.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 100 (39.45% from 255) = 18.18%
R=46.18%
G=35.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419610000.230.610.0037.498.7269.41
HexFEC4640173D0256345
Octal37630414402775045143105
Binary11111110110001001100100010111111101010010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC464; }

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

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

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

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

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

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

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

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