Html Css Color HEX #FDE580 Sweet Corn

📋 copy color: '#FDE580'

red 253 ◦ green 229 ◦ blue 128

#FDE580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #FDE580

Tints of Sweet Corn #FDE580

RGB

 RED value IS 253 (99.22% from 255) = 41.48%

 GREEN value IS 229 (89.84% from 255) = 37.54%

 BLUE value IS 128 (50.39% from 255) = 20.98%

R = 41.48%
G = 37.54%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDE580 (or 0xFDE580) is known color: Sweet Corn. HEX triplet: FD, E5 and 80. RGB value is (253,229,128). Sum of RGB (Red+Green+Blue) = 253+229+128=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE580 is #021A7F. Grayscale: #E1E1E1. Windows color (decimal): -137856 or 8447485. OLE color: 8447485.

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

Color convert

RGB 253 229 128 -
CMYK 0 0.09 0.49 0.01
HSL 48.48º 0.97% 0.75% -
HSV(B) 48.48º 0.49% 0.99% -
XYZ 72.42 78.48 31.75 -
YUV 224.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 253 229 128 0 0.09 0.49 0.01 48.48 0.97 0.75
Hex FD E5 80 0 9 31 1 30 61 4B
Octal 375 345 200 0 11 61 1 60 141 113
Binary 11111101 11100101 10000000 0 1001 110001 1 110000 1100001 1001011

Color Harmonies of #FDE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE580

Black with #FDE580

Text Example


Text Example

White with #FDE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE580; }

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

 H1.HeaderClassName
 {
   color: #FDE580;
 }
 .AnyTagClassName
 {
   color: #FDE580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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