Html Css Color HEX #FDE477 Sweet Corn

📋 copy color: '#FDE477'

red 253 ◦ green 228 ◦ blue 119

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

Shades of Sweet Corn #FDE477

Tints of Sweet Corn #FDE477

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38%

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

R = 42.17%
G = 38%
B = 19.83%

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

#FDE477 (or 0xFDE477) is known color: Sweet Corn. HEX triplet: FD, E4 and 77. RGB value is (253,228,119). Sum of RGB (Red+Green+Blue) = 253+228+119=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 119 (46.88% from 255 or 19.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE477 is #021B88. Grayscale: #DFDFDF. Windows color (decimal): -138121 or 7857405. OLE color: 7857405.

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

Color convert

RGB 253 228 119 -
CMYK 0 0.10 0.53 0.01
HSL 48.81º 0.97% 0.73% -
HSV(B) 48.81º 0.53% 0.99% -
XYZ 71.58 77.7 28.68 -
YUV 223.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 253 228 119 0 0.10 0.53 0.01 48.81 0.97 0.73
Hex FD E4 77 0 A 35 1 31 61 49
Octal 375 344 167 0 12 65 1 61 141 111
Binary 11111101 11100100 1110111 0 1010 110101 1 110001 1100001 1001001

Color Harmonies of #FDE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE477

Black with #FDE477

Text Example


Text Example

White with #FDE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE477; }

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

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

background-color css

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

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

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

border-color css

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

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

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