#F8E16A

Color #F8E16A Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F8E16A

Tints of Sweet Corn #F8E16A

Color information

#F8E16A (or 0xF8E16A) is unknown color: approx Sweet Corn. HEX triplet: F8, E1 and 6A. RGB value is (248,225,106). Sum of RGB (Red+Green+Blue) = 248+225+106=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E16A is #071E95. Grayscale: #DADADA. Windows color (decimal): -466582 or 7004664. OLE color: 7004664.

HSL color Cylindrical-coordinate representation of color #F8E16A: hue angle of 50.28º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8E16A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB248225106-
CMYK00.090.570.03
HSL50.28º91.03%69.41%-
HSV(B)50.28º57.26%97.25%-
XYZ68.2474.8524.49-
YUV218.3164.62149.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 106 (41.80% from 255) = 18.31%
R=42.83%
G=38.86%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822510600.090.570.0350.2891.0369.41
HexF8E16A09393325b45
Octal37034115201171362133105
Binary11111000111000011101010010011110011111001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E16A; }

 p { color: rgb(248,225,106); }

 H1.HeaderClassName
 {
   color: #F8E16A;
 }
 .AnyTagClassName
 {
   color: #F8E16A;
 }
</style>
background-color css

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

 a { background-color: rgb(248,225,106); }

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

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

 span { border-color: rgb(248,225,106); }

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