Html Css Color HEX #FDE776 Sweet Corn

📋 copy color: '#FDE776'

red 253 ◦ green 231 ◦ blue 118

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

Shades of Sweet Corn #FDE776

Tints of Sweet Corn #FDE776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.6%

R = 42.03%
G = 38.37%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE776 (or 0xFDE776) is known color: Sweet Corn. HEX triplet: FD, E7 and 76. RGB value is (253,231,118). Sum of RGB (Red+Green+Blue) = 253+231+118=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 118 (46.48% from 255 or 19.60% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE776 is #021889. Grayscale: #E1E1E1. Windows color (decimal): -137354 or 7792637. OLE color: 7792637.

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

Color convert

RGB 253 231 118 -
CMYK 0 0.09 0.53 0.01
HSL 50.22º 0.97% 0.73% -
HSV(B) 50.22º 0.53% 0.99% -
XYZ 72.35 79.34 28.64 -
YUV 224.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 253 231 118 0 0.09 0.53 0.01 50.22 0.97 0.73
Hex FD E7 76 0 9 35 1 32 61 49
Octal 375 347 166 0 11 65 1 62 141 111
Binary 11111101 11100111 1110110 0 1001 110101 1 110010 1100001 1001001

Color Harmonies of #FDE776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE776

Black with #FDE776

Text Example


Text Example

White with #FDE776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE776; }

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

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

background-color css

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

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

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

border-color css

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

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

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