Html Css Color HEX #FEE982 Sweet Corn

📋 copy color: '#FEE982'

red 254 ◦ green 233 ◦ blue 130

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

Shades of Sweet Corn #FEE982

Tints of Sweet Corn #FEE982

RGB

 RED value IS 254 (99.61% from 255) = 41.17%

 GREEN value IS 233 (91.41% from 255) = 37.76%

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

R = 41.17%
G = 37.76%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEE982 (or 0xFEE982) is known color: Sweet Corn. HEX triplet: FE, E9 and 82. RGB value is (254,233,130). Sum of RGB (Red+Green+Blue) = 254+233+130=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE982 is #01167D. Grayscale: #E3E3E3. Windows color (decimal): -71294 or 8579582. OLE color: 8579582.

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

Color convert

RGB 254 233 130 -
CMYK 0 0.08 0.49 0.00
HSL 49.84º 0.98% 0.75% -
HSV(B) 49.84º 0.49% 1% -
XYZ 74.04 80.96 32.84 -
YUV 227.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 254 233 130 0 0.08 0.49 0.00 49.84 0.98 0.75
Hex FE E9 82 0 8 31 0 32 62 4B
Octal 376 351 202 0 10 61 0 62 142 113
Binary 11111110 11101001 10000010 0 1000 110001 0 110010 1100010 1001011

Color Harmonies of #FEE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE982

Black with #FEE982

Text Example


Text Example

White with #FEE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE982; }

 p { color: rgb(254,233,130); }

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

background-color css

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

 a { background-color: rgb(254,233,130); }

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

border-color css

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

 span { border-color: rgb(254,233,130); }

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