#FDE371

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

Shades of Sweet Corn #FDE371

Tints of Sweet Corn #FDE371

Color information

#FDE371 (or 0xFDE371) is unknown color: approx Sweet Corn. HEX triplet: FD, E3 and 71. RGB value is (253,227,113). Sum of RGB (Red+Green+Blue) = 253+227+113=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE371 is #021C8E. Grayscale: #DEDEDE. Windows color (decimal): -138383 or 7463933. OLE color: 7463933.

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

Color convert

RGB253227113-
CMYK00.100.550.01
HSL48.86º97.22%71.76%-
HSV(B)48.86º55.34%99.22%-
XYZ70.9677.0126.75-
YUV221.7866.61150.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 113 (44.53% from 255) = 19.06%
R=42.66%
G=38.28%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322711300.100.550.0148.8697.2271.76
HexFDE3710A371316148
Octal37534316101267161141110
Binary1111110111100011111000101010110111111000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE371; }

 p { color: rgb(253,227,113); }

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

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

 a { background-color: rgb(253,227,113); }

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

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

 span { border-color: rgb(253,227,113); }

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