#FEC966

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

Shades of Grandis #FEC966

Tints of Grandis #FEC966

Color information

#FEC966 (or 0xFEC966) is unknown color: approx Grandis. HEX triplet: FE, C9 and 66. RGB value is (254,201,102). Sum of RGB (Red+Green+Blue) = 254+201+102=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC966 is #013699. Grayscale: #CECECE. Windows color (decimal): -79514 or 6736382. OLE color: 6736382.

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

Color convert

RGB254201102-
CMYK00.210.600.00
HSL39.08º98.7%69.8%-
HSV(B)39.08º59.84%99.61%-
XYZ64.1663.821.5-
YUV205.5669.56162.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=45.60%
G=36.09%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420110200.210.600.0039.0898.769.8
HexFEC9660153C0276346
Octal37631114602574047143106
Binary11111110110010011100110010101111100010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC966; }

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

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

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

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

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

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

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

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