Html Css Color HEX #FDE376 Sweet Corn

📋 copy color: '#FDE376'

red 253 ◦ green 227 ◦ blue 118

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

Shades of Sweet Corn #FDE376

Tints of Sweet Corn #FDE376

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.96%

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

R = 42.31%
G = 37.96%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE376 (or 0xFDE376) is known color: Sweet Corn. HEX triplet: FD, E3 and 76. RGB value is (253,227,118). Sum of RGB (Red+Green+Blue) = 253+227+118=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 118 (46.48% from 255 or 19.73% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE376 is #021C89. Grayscale: #DEDEDE. Windows color (decimal): -138378 or 7791613. OLE color: 7791613.

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

Color convert

RGB 253 227 118 -
CMYK 0 0.10 0.53 0.01
HSL 48.44º 0.97% 0.73% -
HSV(B) 48.44º 0.53% 0.99% -
XYZ 71.25 77.13 28.27 -
YUV 222.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 253 227 118 0 0.10 0.53 0.01 48.44 0.97 0.73
Hex FD E3 76 0 A 35 1 30 61 49
Octal 375 343 166 0 12 65 1 60 141 111
Binary 11111101 11100011 1110110 0 1010 110101 1 110000 1100001 1001001

Color Harmonies of #FDE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE376

Black with #FDE376

Text Example


Text Example

White with #FDE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE376; }

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

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

background-color css

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

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

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

border-color css

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

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

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