#FDE26A

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

Shades of Sweet Corn #FDE26A

Tints of Sweet Corn #FDE26A

Color information

#FDE26A (or 0xFDE26A) is unknown color: approx Sweet Corn. HEX triplet: FD, E2 and 6A. RGB value is (253,226,106). Sum of RGB (Red+Green+Blue) = 253+226+106=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE26A is #021D95. Grayscale: #DCDCDC. Windows color (decimal): -138646 or 7004925. OLE color: 7004925.

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

Color convert

RGB253226106-
CMYK00.110.580.01
HSL48.98º97.35%70.39%-
HSV(B)48.98º58.1%99.22%-
XYZ70.3176.3224.66-
YUV220.3963.45151.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 106 (41.80% from 255) = 18.12%
R=43.25%
G=38.63%
B=18.12%

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
Decimal25322610600.110.580.0148.9897.3570.39
HexFDE26A0B3A1316146
Octal37534215201372161141106
Binary1111110111100010110101001011111010111000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE26A; }

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

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

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

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

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

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

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

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