#FDEE66

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

Shades of Corn #FDEE66

Tints of Corn #FDEE66

Color information

#FDEE66 (or 0xFDEE66) is unknown color: approx Corn. HEX triplet: FD, EE and 66. RGB value is (253,238,102). Sum of RGB (Red+Green+Blue) = 253+238+102=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 102 (40.23% from 255 or 17.20% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE66 is #021199. Grayscale: #E3E3E3. Windows color (decimal): -135578 or 6745853. OLE color: 6745853.

HSL color Cylindrical-coordinate representation of color #FDEE66: hue angle of 54.04º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDEE66 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253238102-
CMYK00.060.600.01
HSL54.04º97.42%69.61%-
HSV(B)54.04º59.68%99.22%-
XYZ73.4882.9924.72-
YUV226.9857.47146.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 102 (40.23% from 255) = 17.20%
R=42.66%
G=40.13%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323810200.060.600.0154.0497.4269.61
HexFDEE66063C1366146
Octal3753561460674166141106
Binary111111011110111011001100110111100111011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE66; }

 p { color: rgb(253,238,102); }

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

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

 a { background-color: rgb(253,238,102); }

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

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

 span { border-color: rgb(253,238,102); }

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