Html Css Color HEX #FDE976 Sweet Corn

📋 copy color: '#FDE976'

red 253 ◦ green 233 ◦ blue 118

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

Shades of Sweet Corn #FDE976

Tints of Sweet Corn #FDE976

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.58%

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

R = 41.89%
G = 38.58%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE976 (or 0xFDE976) is known color: Sweet Corn. HEX triplet: FD, E9 and 76. RGB value is (253,233,118). Sum of RGB (Red+Green+Blue) = 253+233+118=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE976 is #021689. Grayscale: #E2E2E2. Windows color (decimal): -136842 or 7793149. OLE color: 7793149.

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

Color convert

RGB 253 233 118 -
CMYK 0 0.08 0.53 0.01
HSL 51.11º 0.97% 0.73% -
HSV(B) 51.11º 0.53% 0.99% -
XYZ 72.92 80.47 28.83 -
YUV 225.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 253 233 118 0 0.08 0.53 0.01 51.11 0.97 0.73
Hex FD E9 76 0 8 35 1 33 61 49
Octal 375 351 166 0 10 65 1 63 141 111
Binary 11111101 11101001 1110110 0 1000 110101 1 110011 1100001 1001001

Color Harmonies of #FDE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE976

Black with #FDE976

Text Example


Text Example

White with #FDE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE976; }

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

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

background-color css

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

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

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

border-color css

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

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

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