#FDE569

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

Shades of Sweet Corn #FDE569

Tints of Sweet Corn #FDE569

Color information

#FDE569 (or 0xFDE569) is unknown color: approx Sweet Corn. HEX triplet: FD, E5 and 69. RGB value is (253,229,105). Sum of RGB (Red+Green+Blue) = 253+229+105=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE569 is #021A96. Grayscale: #DEDEDE. Windows color (decimal): -137879 or 6940157. OLE color: 6940157.

HSL color Cylindrical-coordinate representation of color #FDE569: hue angle of 50.27º 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 #FDE569 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253229105-
CMYK00.090.580.01
HSL50.27º97.37%70.2%-
HSV(B)50.27º58.5%99.22%-
XYZ71.0877.9424.66-
YUV222.0461.95150.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 229 (89.84% from 255) = 39.01%
BLUE value IS 105 (41.41% from 255) = 17.89%
R=43.10%
G=39.01%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322910500.090.580.0150.2797.3770.2
HexFDE569093A1326146
Octal37534515101172162141106
Binary1111110111100101110100101001111010111001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE569; }

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

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

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

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

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

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

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

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