Html Css Color HEX #FDE882 Sweet Corn

📋 copy color: '#FDE882'

red 253 ◦ green 232 ◦ blue 130

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

Shades of Sweet Corn #FDE882

Tints of Sweet Corn #FDE882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.14%

R = 41.14%
G = 37.72%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDE882 (or 0xFDE882) is known color: Sweet Corn. HEX triplet: FD, E8 and 82. RGB value is (253,232,130). Sum of RGB (Red+Green+Blue) = 253+232+130=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE882 is #02177D. Grayscale: #E3E3E3. Windows color (decimal): -137086 or 8579325. OLE color: 8579325.

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

Color convert

RGB 253 232 130 -
CMYK 0 0.08 0.49 0.01
HSL 49.76º 0.97% 0.75% -
HSV(B) 49.76º 0.49% 0.99% -
XYZ 73.39 80.21 32.73 -
YUV 226.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 253 232 130 0 0.08 0.49 0.01 49.76 0.97 0.75
Hex FD E8 82 0 8 31 1 32 61 4B
Octal 375 350 202 0 10 61 1 62 141 113
Binary 11111101 11101000 10000010 0 1000 110001 1 110010 1100001 1001011

Color Harmonies of #FDE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE882

Black with #FDE882

Text Example


Text Example

White with #FDE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE882; }

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

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

background-color css

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

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

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

border-color css

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

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

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