#FDE868

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

Shades of Corn #FDE868

Tints of Corn #FDE868

Color information

#FDE868 (or 0xFDE868) is unknown color: approx Corn. HEX triplet: FD, E8 and 68. RGB value is (253,232,104). Sum of RGB (Red+Green+Blue) = 253+232+104=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE868 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE868 is #021797. Grayscale: #E0E0E0. Windows color (decimal): -137112 or 6875389. OLE color: 6875389.

HSL color Cylindrical-coordinate representation of color #FDE868: hue angle of 51.54º 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 #FDE868 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253232104-
CMYK00.080.590.01
HSL51.54º97.39%70%-
HSV(B)51.54º58.89%99.22%-
XYZ71.8679.624.67-
YUV223.6960.46148.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 104 (41.02% from 255) = 17.66%
R=42.95%
G=39.39%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323210400.080.590.0151.5497.3970
HexFDE868083B1346146
Octal37535015001073164141106
Binary1111110111101000110100001000111011111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE868; }

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

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

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

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

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

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

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

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