#FDE26E

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

Shades of Sweet Corn #FDE26E

Tints of Sweet Corn #FDE26E

Color information

#FDE26E (or 0xFDE26E) is unknown color: approx Sweet Corn. HEX triplet: FD, E2 and 6E. RGB value is (253,226,110). Sum of RGB (Red+Green+Blue) = 253+226+110=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE26E is #021D91. Grayscale: #DDDDDD. Windows color (decimal): -138642 or 7267069. OLE color: 7267069.

HSL color Cylindrical-coordinate representation of color #FDE26E: hue angle of 48.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDE26E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253226110-
CMYK00.110.570.01
HSL48.67º97.28%71.18%-
HSV(B)48.67º56.52%99.22%-
XYZ70.5276.425.78-
YUV220.8565.45150.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 110 (43.36% from 255) = 18.68%
R=42.95%
G=38.37%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322611000.110.570.0148.6797.2871.18
HexFDE26E0B391316147
Octal37534215601371161141107
Binary1111110111100010110111001011111001111000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE26E; }

 p { color: rgb(253,226,110); }

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

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

 a { background-color: rgb(253,226,110); }

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

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

 span { border-color: rgb(253,226,110); }

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