#FDE16F

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

Shades of Sweet Corn #FDE16F

Tints of Sweet Corn #FDE16F

Color information

#FDE16F (or 0xFDE16F) is unknown color: approx Sweet Corn. HEX triplet: FD, E1 and 6F. RGB value is (253,225,111). Sum of RGB (Red+Green+Blue) = 253+225+111=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE16F is #021E90. Grayscale: #DCDCDC. Windows color (decimal): -138897 or 7332349. OLE color: 7332349.

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

Color convert

RGB253225111-
CMYK00.110.560.01
HSL48.17º97.26%71.37%-
HSV(B)48.17º56.13%99.22%-
XYZ70.375.8825.98-
YUV220.3866.28151.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 111 (43.75% from 255) = 18.85%
R=42.95%
G=38.20%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322511100.110.560.0148.1797.2671.37
HexFDE16F0B381306147
Octal37534115701370160141107
Binary1111110111100001110111101011111000111000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE16F; }

 p { color: rgb(253,225,111); }

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

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

 a { background-color: rgb(253,225,111); }

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

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

 span { border-color: rgb(253,225,111); }

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