Html Css Color HEX #FDE780 Sweet Corn

📋 copy color: '#FDE780'

red 253 ◦ green 231 ◦ blue 128

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

Shades of Sweet Corn #FDE780

Tints of Sweet Corn #FDE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.75%

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

R = 41.34%
G = 37.75%
B = 20.92%

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

#FDE780 (or 0xFDE780) is known color: Sweet Corn. HEX triplet: FD, E7 and 80. RGB value is (253,231,128). Sum of RGB (Red+Green+Blue) = 253+231+128=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE780 is #02187F. Grayscale: #E2E2E2. Windows color (decimal): -137344 or 8447997. OLE color: 8447997.

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

Color convert

RGB 253 231 128 -
CMYK 0 0.09 0.49 0.01
HSL 49.44º 0.97% 0.75% -
HSV(B) 49.44º 0.49% 0.99% -
XYZ 72.98 79.59 31.94 -
YUV 225.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 253 231 128 0 0.09 0.49 0.01 49.44 0.97 0.75
Hex FD E7 80 0 9 31 1 31 61 4B
Octal 375 347 200 0 11 61 1 61 141 113
Binary 11111101 11100111 10000000 0 1001 110001 1 110001 1100001 1001011

Color Harmonies of #FDE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE780

Black with #FDE780

Text Example


Text Example

White with #FDE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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