#FEC466

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

Shades of Grandis #FEC466

Tints of Grandis #FEC466

Color information

#FEC466 (or 0xFEC466) is unknown color: approx Grandis. HEX triplet: FE, C4 and 66. RGB value is (254,196,102). Sum of RGB (Red+Green+Blue) = 254+196+102=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC466 is #013B99. Grayscale: #CBCBCB. Windows color (decimal): -80794 or 6735102. OLE color: 6735102.

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

Color convert

RGB254196102-
CMYK00.230.600.00
HSL37.11º98.7%69.8%-
HSV(B)37.11º59.84%99.61%-
XYZ63.0161.5121.12-
YUV202.6371.22164.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 102 (40.23% from 255) = 18.48%
R=46.01%
G=35.51%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419610200.230.600.0037.1198.769.8
HexFEC4660173C0256346
Octal37630414602774045143106
Binary11111110110001001100110010111111100010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC466; }

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

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

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

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

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

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

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

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