#FDE06A

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

Shades of Sweet Corn #FDE06A

Tints of Sweet Corn #FDE06A

Color information

#FDE06A (or 0xFDE06A) is unknown color: approx Sweet Corn. HEX triplet: FD, E0 and 6A. RGB value is (253,224,106). Sum of RGB (Red+Green+Blue) = 253+224+106=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE06A is #021F95. Grayscale: #DBDBDB. Windows color (decimal): -139158 or 7004413. OLE color: 7004413.

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

Color convert

RGB253224106-
CMYK00.110.580.01
HSL48.16º97.35%70.39%-
HSV(B)48.16º58.1%99.22%-
XYZ69.7775.2324.48-
YUV219.2264.11152.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 106 (41.80% from 255) = 18.18%
R=43.40%
G=38.42%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322410600.110.580.0148.1697.3570.39
HexFDE06A0B3A1306146
Octal37534015201372160141106
Binary1111110111100000110101001011111010111000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE06A; }

 p { color: rgb(253,224,106); }

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

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

 a { background-color: rgb(253,224,106); }

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

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

 span { border-color: rgb(253,224,106); }

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