#FDE16C

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

Shades of Sweet Corn #FDE16C

Tints of Sweet Corn #FDE16C

Color information

#FDE16C (or 0xFDE16C) is unknown color: approx Sweet Corn. HEX triplet: FD, E1 and 6C. RGB value is (253,225,108). Sum of RGB (Red+Green+Blue) = 253+225+108=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE16C is #021E93. Grayscale: #DCDCDC. Windows color (decimal): -138900 or 7135741. OLE color: 7135741.

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

Color convert

RGB253225108-
CMYK00.110.570.01
HSL48.41º97.32%70.78%-
HSV(B)48.41º57.31%99.22%-
XYZ70.1475.8225.12-
YUV220.0364.78151.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 108 (42.58% from 255) = 18.43%
R=43.17%
G=38.40%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322510800.110.570.0148.4197.3270.78
HexFDE16C0B391306147
Octal37534115401371160141107
Binary1111110111100001110110001011111001111000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE16C; }

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

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

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

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

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

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

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

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