#FEEF66

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

Shades of Corn #FEEF66

Tints of Corn #FEEF66

Color information

#FEEF66 (or 0xFEEF66) is unknown color: approx Corn. HEX triplet: FE, EF and 66. RGB value is (254,239,102). Sum of RGB (Red+Green+Blue) = 254+239+102=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 102 (40.23% from 255 or 17.14% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF66 is #011099. Grayscale: #E4E4E4. Windows color (decimal): -69786 or 6746110. OLE color: 6746110.

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

Color convert

RGB254239102-
CMYK00.060.600.00
HSL54.08º98.7%69.8%-
HSV(B)54.08º59.84%99.61%-
XYZ74.1483.7624.83-
YUV227.8756.97146.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 102 (40.23% from 255) = 17.14%
R=42.69%
G=40.17%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423910200.060.600.0054.0898.769.8
HexFEEF66063C0366346
Octal3763571460674066143106
Binary111111101110111111001100110111100011011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEF66; }

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

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

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

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

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

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

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

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