Html Css Color HEX #FDEA82 Sweet Corn

📋 copy color: '#FDEA82'

red 253 ◦ green 234 ◦ blue 130

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

Shades of Sweet Corn #FDEA82

Tints of Sweet Corn #FDEA82

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

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

R = 41%
G = 37.93%
B = 21.07%

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

#FDEA82 (or 0xFDEA82) is known color: Sweet Corn. HEX triplet: FD, EA and 82. RGB value is (253,234,130). Sum of RGB (Red+Green+Blue) = 253+234+130=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA82 is #02157D. Grayscale: #E4E4E4. Windows color (decimal): -136574 or 8579837. OLE color: 8579837.

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

Color convert

RGB 253 234 130 -
CMYK 0 0.08 0.49 0.01
HSL 50.73º 0.97% 0.75% -
HSV(B) 50.73º 0.49% 0.99% -
XYZ 73.96 81.34 32.92 -
YUV 227.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 253 234 130 0 0.08 0.49 0.01 50.73 0.97 0.75
Hex FD EA 82 0 8 31 1 33 61 4B
Octal 375 352 202 0 10 61 1 63 141 113
Binary 11111101 11101010 10000010 0 1000 110001 1 110011 1100001 1001011

Color Harmonies of #FDEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA82

Black with #FDEA82

Text Example


Text Example

White with #FDEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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