#FEC766

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

Shades of Grandis #FEC766

Tints of Grandis #FEC766

Color information

#FEC766 (or 0xFEC766) is unknown color: approx Grandis. HEX triplet: FE, C7 and 66. RGB value is (254,199,102). Sum of RGB (Red+Green+Blue) = 254+199+102=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC766 is #013899. Grayscale: #CCCCCC. Windows color (decimal): -80026 or 6735870. OLE color: 6735870.

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

Color convert

RGB254199102-
CMYK00.220.600.00
HSL38.29º98.7%69.8%-
HSV(B)38.29º59.84%99.61%-
XYZ63.6962.8821.35-
YUV204.3970.22163.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 102 (40.23% from 255) = 18.38%
R=45.77%
G=35.86%
B=18.38%

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
Decimal25419910200.220.600.0038.2998.769.8
HexFEC7660163C0266346
Octal37630714602674046143106
Binary11111110110001111100110010110111100010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC766; }

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

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

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

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

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

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

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

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