Html Css Color HEX #F8E980 Sweet Corn

📋 copy color: '#F8E980'

red 248 ◦ green 233 ◦ blue 128

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

Shades of Sweet Corn #F8E980

Tints of Sweet Corn #F8E980

RGB

 RED value IS 248 (97.27% from 255) = 40.72%

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

 BLUE value IS 128 (50.39% from 255) = 21.02%

R = 40.72%
G = 38.26%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8E980 (or 0xF8E980) is known color: Sweet Corn. HEX triplet: F8, E9 and 80. RGB value is (248,233,128). Sum of RGB (Red+Green+Blue) = 248+233+128=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E980 is #07167F. Grayscale: #E1E1E1. Windows color (decimal): -464512 or 8448504. OLE color: 8448504.

HSL color Cylindrical-coordinate representation of color #F8E980: hue angle of 52.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8E980 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 233 128 -
CMYK 0 0.06 0.48 0.03
HSL 52.5º 0.9% 0.74% -
HSV(B) 52.5º 0.48% 0.97% -
XYZ 71.75 79.79 32.04 -
YUV 225.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 248 233 128 0 0.06 0.48 0.03 52.5 0.9 0.74
Hex F8 E9 80 0 6 30 3 34 5A 4A
Octal 370 351 200 0 6 60 3 64 132 112
Binary 11111000 11101001 10000000 0 110 110000 11 110100 1011010 1001010

Color Harmonies of #F8E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E980

Black with #F8E980

Text Example


Text Example

White with #F8E980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E980; }

 p { color: rgb(248,233,128); }

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

background-color css

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

 a { background-color: rgb(248,233,128); }

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

border-color css

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

 span { border-color: rgb(248,233,128); }

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