#FEC566

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

Shades of Grandis #FEC566

Tints of Grandis #FEC566

Color information

#FEC566 (or 0xFEC566) is unknown color: approx Grandis. HEX triplet: FE, C5 and 66. RGB value is (254,197,102). Sum of RGB (Red+Green+Blue) = 254+197+102=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC566 is #013A99. Grayscale: #CBCBCB. Windows color (decimal): -80538 or 6735358. OLE color: 6735358.

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

Color convert

RGB254197102-
CMYK00.220.600.00
HSL37.5º98.7%69.8%-
HSV(B)37.5º59.84%99.61%-
XYZ63.2461.9621.2-
YUV203.2170.88164.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 102 (40.23% from 255) = 18.44%
R=45.93%
G=35.62%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419710200.220.600.0037.598.769.8
HexFEC5660163C0266346
Octal37630514602674046143106
Binary11111110110001011100110010110111100010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC566; }

 p { color: rgb(254,197,102); }

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

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

 a { background-color: rgb(254,197,102); }

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

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

 span { border-color: rgb(254,197,102); }

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