Html Css Color HEX #FDE880 Sweet Corn

📋 copy color: '#FDE880'

red 253 ◦ green 232 ◦ blue 128

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

Shades of Sweet Corn #FDE880

Tints of Sweet Corn #FDE880

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.85%

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

R = 41.27%
G = 37.85%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDE880 (or 0xFDE880) is known color: Sweet Corn. HEX triplet: FD, E8 and 80. RGB value is (253,232,128). Sum of RGB (Red+Green+Blue) = 253+232+128=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE880 is #02177F. Grayscale: #E2E2E2. Windows color (decimal): -137088 or 8448253. OLE color: 8448253.

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

Color convert

RGB 253 232 128 -
CMYK 0 0.08 0.49 0.01
HSL 49.92º 0.97% 0.75% -
HSV(B) 49.92º 0.49% 0.99% -
XYZ 73.26 80.15 32.03 -
YUV 226.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 253 232 128 0 0.08 0.49 0.01 49.92 0.97 0.75
Hex FD E8 80 0 8 31 1 32 61 4B
Octal 375 350 200 0 10 61 1 62 141 113
Binary 11111101 11101000 10000000 0 1000 110001 1 110010 1100001 1001011

Color Harmonies of #FDE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE880

Black with #FDE880

Text Example


Text Example

White with #FDE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE880; }

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

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

background-color css

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

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

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

border-color css

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

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

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