#FDE95E

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

Shades of Corn #FDE95E

Tints of Corn #FDE95E

Color information

#FDE95E (or 0xFDE95E) is unknown color: approx Corn. HEX triplet: FD, E9 and 5E. RGB value is (253,233,94). Sum of RGB (Red+Green+Blue) = 253+233+94=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 94 (37.11% from 255 or 16.21% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE95E is #0216A1. Grayscale: #DFDFDF. Windows color (decimal): -136866 or 6220285. OLE color: 6220285.

HSL color Cylindrical-coordinate representation of color #FDE95E: hue angle of 52.45º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDE95E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25323394-
CMYK00.080.630.01
HSL52.45º97.55%68.04%-
HSV(B)52.45º62.85%99.22%-
XYZ71.6779.9722.25-
YUV223.1355.13149.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 94 (37.11% from 255) = 16.21%
R=43.62%
G=40.17%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532339400.080.630.0152.4597.5568.04
HexFDE95E083F1346244
Octal37535113601077164142104
Binary1111110111101001101111001000111111111010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE95E; }

 p { color: rgb(253,233,94); }

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

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

 a { background-color: rgb(253,233,94); }

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

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

 span { border-color: rgb(253,233,94); }

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