Html Css Color HEX #FDE482 Sweet Corn

📋 copy color: '#FDE482'

red 253 ◦ green 228 ◦ blue 130

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

Shades of Sweet Corn #FDE482

Tints of Sweet Corn #FDE482

RGB

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

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

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

R = 41.41%
G = 37.32%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDE482 (or 0xFDE482) is known color: Sweet Corn. HEX triplet: FD, E4 and 82. RGB value is (253,228,130). Sum of RGB (Red+Green+Blue) = 253+228+130=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE482 is #021B7D. Grayscale: #E0E0E0. Windows color (decimal): -138110 or 8578301. OLE color: 8578301.

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

Color convert

RGB 253 228 130 -
CMYK 0 0.10 0.49 0.01
HSL 47.8º 0.97% 0.75% -
HSV(B) 47.8º 0.49% 0.99% -
XYZ 72.28 77.98 32.36 -
YUV 224.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 253 228 130 0 0.10 0.49 0.01 47.8 0.97 0.75
Hex FD E4 82 0 A 31 1 30 61 4B
Octal 375 344 202 0 12 61 1 60 141 113
Binary 11111101 11100100 10000010 0 1010 110001 1 110000 1100001 1001011

Color Harmonies of #FDE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE482

Black with #FDE482

Text Example


Text Example

White with #FDE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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