#FDE27B

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

Shades of Sweet Corn #FDE27B

Tints of Sweet Corn #FDE27B

Color information

#FDE27B (or 0xFDE27B) is unknown color: approx Sweet Corn. HEX triplet: FD, E2 and 7B. RGB value is (253,226,123). Sum of RGB (Red+Green+Blue) = 253+226+123=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 123 (48.44% from 255 or 20.43% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE27B is #021D84. Grayscale: #DEDEDE. Windows color (decimal): -138629 or 8119037. OLE color: 8119037.

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

Color convert

RGB253226123-
CMYK00.110.510.01
HSL47.54º97.01%73.73%-
HSV(B)47.54º51.38%99.22%-
XYZ71.2876.7129.79-
YUV222.3371.95149.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 123 (48.44% from 255) = 20.43%
R=42.03%
G=37.54%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322612300.110.510.0147.5497.0173.73
HexFDE27B0B33130614a
Octal37534217301363160141112
Binary1111110111100010111101101011110011111000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE27B; }

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

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

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

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

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

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

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

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