Html Css Color HEX #FDEA80 Sweet Corn

📋 copy color: '#FDEA80'

red 253 ◦ green 234 ◦ blue 128

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

Shades of Sweet Corn #FDEA80

Tints of Sweet Corn #FDEA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.05%

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

R = 41.14%
G = 38.05%
B = 20.81%

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

#FDEA80 (or 0xFDEA80) is known color: Sweet Corn. HEX triplet: FD, EA and 80. RGB value is (253,234,128). Sum of RGB (Red+Green+Blue) = 253+234+128=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA80 is #02157F. Grayscale: #E4E4E4. Windows color (decimal): -136576 or 8448765. OLE color: 8448765.

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

Color convert

RGB 253 234 128 -
CMYK 0 0.08 0.49 0.01
HSL 50.88º 0.97% 0.75% -
HSV(B) 50.88º 0.49% 0.99% -
XYZ 73.83 81.29 32.22 -
YUV 227.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 253 234 128 0 0.08 0.49 0.01 50.88 0.97 0.75
Hex FD EA 80 0 8 31 1 33 61 4B
Octal 375 352 200 0 10 61 1 63 141 113
Binary 11111101 11101010 10000000 0 1000 110001 1 110011 1100001 1001011

Color Harmonies of #FDEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA80

Black with #FDEA80

Text Example


Text Example

White with #FDEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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