Html Css Color HEX #FDE377 Sweet Corn

📋 copy color: '#FDE377'

red 253 ◦ green 227 ◦ blue 119

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

Shades of Sweet Corn #FDE377

Tints of Sweet Corn #FDE377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 19.87%

R = 42.24%
G = 37.9%
B = 19.87%

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

#FDE377 (or 0xFDE377) is known color: Sweet Corn. HEX triplet: FD, E3 and 77. RGB value is (253,227,119). Sum of RGB (Red+Green+Blue) = 253+227+119=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 119 (46.88% from 255 or 19.87% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE377 is #021C88. Grayscale: #DEDEDE. Windows color (decimal): -138377 or 7857149. OLE color: 7857149.

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

Color convert

RGB 253 227 119 -
CMYK 0 0.10 0.53 0.01
HSL 48.36º 0.97% 0.73% -
HSV(B) 48.36º 0.53% 0.99% -
XYZ 71.31 77.15 28.59 -
YUV 222.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 253 227 119 0 0.10 0.53 0.01 48.36 0.97 0.73
Hex FD E3 77 0 A 35 1 30 61 49
Octal 375 343 167 0 12 65 1 60 141 111
Binary 11111101 11100011 1110111 0 1010 110101 1 110000 1100001 1001001

Color Harmonies of #FDE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE377

Black with #FDE377

Text Example


Text Example

White with #FDE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE377; }

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

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

background-color css

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

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

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

border-color css

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

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

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