Html Css Color HEX #FDE479 Sweet Corn

📋 copy color: '#FDE479'

red 253 ◦ green 228 ◦ blue 121

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

Shades of Sweet Corn #FDE479

Tints of Sweet Corn #FDE479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.1%

R = 42.03%
G = 37.87%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDE479 (or 0xFDE479) is known color: Sweet Corn. HEX triplet: FD, E4 and 79. RGB value is (253,228,121). Sum of RGB (Red+Green+Blue) = 253+228+121=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 121 (47.66% from 255 or 20.10% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE479 is #021B86. Grayscale: #DFDFDF. Windows color (decimal): -138119 or 7988477. OLE color: 7988477.

HSL color Cylindrical-coordinate representation of color #FDE479: hue angle of 48.64º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDE479 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 121 -
CMYK 0 0.10 0.52 0.01
HSL 48.64º 0.97% 0.73% -
HSV(B) 48.64º 0.52% 0.99% -
XYZ 71.7 77.75 29.32 -
YUV 223.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 253 228 121 0 0.10 0.52 0.01 48.64 0.97 0.73
Hex FD E4 79 0 A 34 1 31 61 49
Octal 375 344 171 0 12 64 1 61 141 111
Binary 11111101 11100100 1111001 0 1010 110100 1 110001 1100001 1001001

Color Harmonies of #FDE479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE479

Black with #FDE479

Text Example


Text Example

White with #FDE479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE479; }

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

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

background-color css

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

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

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

border-color css

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

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

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