Html Css Color HEX #FDE878 Sweet Corn

📋 copy color: '#FDE878'

red 253 ◦ green 232 ◦ blue 120

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

Shades of Sweet Corn #FDE878

Tints of Sweet Corn #FDE878

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.35%

 BLUE value IS 120 (47.27% from 255) = 19.83%

R = 41.82%
G = 38.35%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE878 (or 0xFDE878) is known color: Sweet Corn. HEX triplet: FD, E8 and 78. RGB value is (253,232,120). Sum of RGB (Red+Green+Blue) = 253+232+120=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 120 (47.27% from 255 or 19.83% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE878 is #021787. Grayscale: #E1E1E1. Windows color (decimal): -137096 or 7923965. OLE color: 7923965.

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

Color convert

RGB 253 232 120 -
CMYK 0 0.08 0.53 0.01
HSL 50.53º 0.97% 0.73% -
HSV(B) 50.53º 0.53% 0.99% -
XYZ 72.75 79.95 29.37 -
YUV 225.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 253 232 120 0 0.08 0.53 0.01 50.53 0.97 0.73
Hex FD E8 78 0 8 35 1 33 61 49
Octal 375 350 170 0 10 65 1 63 141 111
Binary 11111101 11101000 1111000 0 1000 110101 1 110011 1100001 1001001

Color Harmonies of #FDE878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE878

Black with #FDE878

Text Example


Text Example

White with #FDE878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE878; }

 p { color: rgb(253,232,120); }

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

background-color css

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

 a { background-color: rgb(253,232,120); }

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

border-color css

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

 span { border-color: rgb(253,232,120); }

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