#FDE369

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

Shades of Sweet Corn #FDE369

Tints of Sweet Corn #FDE369

Color information

#FDE369 (or 0xFDE369) is unknown color: approx Sweet Corn. HEX triplet: FD, E3 and 69. RGB value is (253,227,105). Sum of RGB (Red+Green+Blue) = 253+227+105=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 105 (41.41% from 255 or 17.95% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE369 is #021C96. Grayscale: #DDDDDD. Windows color (decimal): -138391 or 6939645. OLE color: 6939645.

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

Color convert

RGB253227105-
CMYK00.100.580.01
HSL49.46º97.37%70.2%-
HSV(B)49.46º58.5%99.22%-
XYZ70.5376.8424.48-
YUV220.8762.61150.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 105 (41.41% from 255) = 17.95%
R=43.25%
G=38.80%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322710500.100.580.0149.4697.3770.2
HexFDE3690A3A1316146
Octal37534315101272161141106
Binary1111110111100011110100101010111010111000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE369; }

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

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

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

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

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

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

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

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