Html Css Color HEX #FDE680 Sweet Corn

📋 copy color: '#FDE680'

red 253 ◦ green 230 ◦ blue 128

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

Shades of Sweet Corn #FDE680

Tints of Sweet Corn #FDE680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.64%

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

R = 41.41%
G = 37.64%
B = 20.95%

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

#FDE680 (or 0xFDE680) is known color: Sweet Corn. HEX triplet: FD, E6 and 80. RGB value is (253,230,128). Sum of RGB (Red+Green+Blue) = 253+230+128=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE680 is #02197F. Grayscale: #E1E1E1. Windows color (decimal): -137600 or 8447741. OLE color: 8447741.

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

Color convert

RGB 253 230 128 -
CMYK 0 0.09 0.49 0.01
HSL 48.96º 0.97% 0.75% -
HSV(B) 48.96º 0.49% 0.99% -
XYZ 72.7 79.03 31.85 -
YUV 225.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 253 230 128 0 0.09 0.49 0.01 48.96 0.97 0.75
Hex FD E6 80 0 9 31 1 31 61 4B
Octal 375 346 200 0 11 61 1 61 141 113
Binary 11111101 11100110 10000000 0 1001 110001 1 110001 1100001 1001011

Color Harmonies of #FDE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE680

Black with #FDE680

Text Example


Text Example

White with #FDE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE680; }

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

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

background-color css

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

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

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

border-color css

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

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

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