#FEC265

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

Shades of Grandis #FEC265

Tints of Grandis #FEC265

Color information

#FEC265 (or 0xFEC265) is unknown color: approx Grandis. HEX triplet: FE, C2 and 65. RGB value is (254,194,101). Sum of RGB (Red+Green+Blue) = 254+194+101=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC265 is #013D9A. Grayscale: #C9C9C9. Windows color (decimal): -81307 or 6669054. OLE color: 6669054.

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

Color convert

RGB254194101-
CMYK00.240.600.00
HSL36.47º98.71%69.61%-
HSV(B)36.47º60.24%99.61%-
XYZ62.5160.5920.71-
YUV201.3471.38165.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 101 (39.84% from 255) = 18.40%
R=46.27%
G=35.34%
B=18.40%

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
Decimal25419410100.240.600.0036.4798.7169.61
HexFEC2650183C0246346
Octal37630214503074044143106
Binary11111110110000101100101011000111100010010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC265; }

 p { color: rgb(254,194,101); }

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

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

 a { background-color: rgb(254,194,101); }

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

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

 span { border-color: rgb(254,194,101); }

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