Html Css Color HEX #FDE876 Sweet Corn

📋 copy color: '#FDE876'

red 253 ◦ green 232 ◦ blue 118

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

Shades of Sweet Corn #FDE876

Tints of Sweet Corn #FDE876

RGB

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

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

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

R = 41.96%
G = 38.47%
B = 19.57%

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

#FDE876 (or 0xFDE876) is known color: Sweet Corn. HEX triplet: FD, E8 and 76. RGB value is (253,232,118). Sum of RGB (Red+Green+Blue) = 253+232+118=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 118 (46.48% from 255 or 19.57% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE876 is #021789. Grayscale: #E1E1E1. Windows color (decimal): -137098 or 7792893. OLE color: 7792893.

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

Color convert

RGB 253 232 118 -
CMYK 0 0.08 0.53 0.01
HSL 50.67º 0.97% 0.73% -
HSV(B) 50.67º 0.53% 0.99% -
XYZ 72.63 79.9 28.73 -
YUV 225.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 253 232 118 0 0.08 0.53 0.01 50.67 0.97 0.73
Hex FD E8 76 0 8 35 1 33 61 49
Octal 375 350 166 0 10 65 1 63 141 111
Binary 11111101 11101000 1110110 0 1000 110101 1 110011 1100001 1001001

Color Harmonies of #FDE876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE876

Black with #FDE876

Text Example


Text Example

White with #FDE876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE876; }

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

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

background-color css

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

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

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

border-color css

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

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

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