Html Css Color HEX #FDE676 Sweet Corn

📋 copy color: '#FDE676'

red 253 ◦ green 230 ◦ blue 118

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

Shades of Sweet Corn #FDE676

Tints of Sweet Corn #FDE676

RGB

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

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

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

R = 42.1%
G = 38.27%
B = 19.63%

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

#FDE676 (or 0xFDE676) is known color: Sweet Corn. HEX triplet: FD, E6 and 76. RGB value is (253,230,118). Sum of RGB (Red+Green+Blue) = 253+230+118=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 118 (46.48% from 255 or 19.63% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE676 is #021989. Grayscale: #E0E0E0. Windows color (decimal): -137610 or 7792381. OLE color: 7792381.

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

Color convert

RGB 253 230 118 -
CMYK 0 0.09 0.53 0.01
HSL 49.78º 0.97% 0.73% -
HSV(B) 49.78º 0.53% 0.99% -
XYZ 72.07 78.78 28.55 -
YUV 224.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 253 230 118 0 0.09 0.53 0.01 49.78 0.97 0.73
Hex FD E6 76 0 9 35 1 32 61 49
Octal 375 346 166 0 11 65 1 62 141 111
Binary 11111101 11100110 1110110 0 1001 110101 1 110010 1100001 1001001

Color Harmonies of #FDE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE676

Black with #FDE676

Text Example


Text Example

White with #FDE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE676; }

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

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

background-color css

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

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

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

border-color css

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

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

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