#fec166

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

Shades of Grandis #FEC166

Tints of Grandis #FEC166

Color information

#FEC166 (or 0xFEC166) is unknown color: approx Grandis. HEX triplet: FE, C1 and 66. RGB value is (254,193,102). Sum of RGB (Red+Green+Blue) = 254+193+102=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC166 is #013E99. Grayscale: #C9C9C9. Windows color (decimal): -81562 or 6734334. OLE color: 6734334.

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

Color convert

RGB254193102-
CMYK00.240.600.00
HSL35.92º98.7%69.8%-
HSV(B)35.92º59.84%99.61%-
XYZ62.3460.1720.9-
YUV200.8672.21165.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 102 (40.23% from 255) = 18.58%
R=46.27%
G=35.15%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419310200.240.600.0035.9298.769.8
HexFEC1660183C0246346
Octal37630114603074044143106
Binary11111110110000011100110011000111100010010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fec166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fec166; }

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

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

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

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

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

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

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

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