Html Css Color HEX #FDE382 Sweet Corn

📋 copy color: '#FDE382'

red 253 ◦ green 227 ◦ blue 130

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

Shades of Sweet Corn #FDE382

Tints of Sweet Corn #FDE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.21%

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

R = 41.48%
G = 37.21%
B = 21.31%

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

#FDE382 (or 0xFDE382) is known color: Sweet Corn. HEX triplet: FD, E3 and 82. RGB value is (253,227,130). Sum of RGB (Red+Green+Blue) = 253+227+130=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE382 is #021C7D. Grayscale: #E0E0E0. Windows color (decimal): -138366 or 8578045. OLE color: 8578045.

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

Color convert

RGB 253 227 130 -
CMYK 0 0.10 0.49 0.01
HSL 47.32º 0.97% 0.75% -
HSV(B) 47.32º 0.49% 0.99% -
XYZ 72.01 77.43 32.27 -
YUV 223.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 253 227 130 0 0.10 0.49 0.01 47.32 0.97 0.75
Hex FD E3 82 0 A 31 1 2F 61 4B
Octal 375 343 202 0 12 61 1 57 141 113
Binary 11111101 11100011 10000010 0 1010 110001 1 101111 1100001 1001011

Color Harmonies of #FDE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE382

Black with #FDE382

Text Example


Text Example

White with #FDE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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