#FDE268

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

Shades of Sweet Corn #FDE268

Tints of Sweet Corn #FDE268

Color information

#FDE268 (or 0xFDE268) is unknown color: approx Sweet Corn. HEX triplet: FD, E2 and 68. RGB value is (253,226,104). Sum of RGB (Red+Green+Blue) = 253+226+104=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 104 (41.02% from 255 or 17.84% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE268 is #021D97. Grayscale: #DCDCDC. Windows color (decimal): -138648 or 6873853. OLE color: 6873853.

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

Color convert

RGB253226104-
CMYK00.110.590.01
HSL49.13º97.39%70%-
HSV(B)49.13º58.89%99.22%-
XYZ70.276.2724.12-
YUV220.1662.45151.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 104 (41.02% from 255) = 17.84%
R=43.40%
G=38.77%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322610400.110.590.0149.1397.3970
HexFDE2680B3B1316146
Octal37534215001373161141106
Binary1111110111100010110100001011111011111000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE268; }

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

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

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

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

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

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

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

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