#FEE660

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

Shades of Corn #FEE660

Tints of Corn #FEE660

Color information

#FEE660 (or 0xFEE660) is unknown color: approx Corn. HEX triplet: FE, E6 and 60. RGB value is (254,230,96). Sum of RGB (Red+Green+Blue) = 254+230+96=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 96 (37.89% from 255 or 16.55% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE660 is #01199F. Grayscale: #DEDEDE. Windows color (decimal): -72096 or 6350590. OLE color: 6350590.

HSL color Cylindrical-coordinate representation of color #FEE660: hue angle of 50.89º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEE660 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB25423096-
CMYK00.090.620.00
HSL50.89º98.75%68.63%-
HSV(B)50.89º62.2%99.61%-
XYZ71.2878.5122.46-
YUV221.956.95150.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 230 (90.23% from 255) = 39.66%
BLUE value IS 96 (37.89% from 255) = 16.55%
R=43.79%
G=39.66%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542309600.090.620.0050.8998.7568.63
HexFEE660093E0336345
Octal37634614001176063143105
Binary1111111011100110110000001001111110011001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE660; }

 p { color: rgb(254,230,96); }

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

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

 a { background-color: rgb(254,230,96); }

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

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

 span { border-color: rgb(254,230,96); }

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