#F7E270

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

Shades of Sweet Corn #F7E270

Tints of Sweet Corn #F7E270

Color information

#F7E270 (or 0xF7E270) is unknown color: approx Sweet Corn. HEX triplet: F7, E2 and 70. RGB value is (247,226,112). Sum of RGB (Red+Green+Blue) = 247+226+112=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E270 is #081D8F. Grayscale: #DBDBDB. Windows color (decimal): -531856 or 7398135. OLE color: 7398135.

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

Color convert

RGB247226112-
CMYK00.090.550.03
HSL50.67º89.4%70.39%-
HSV(B)50.67º54.66%96.86%-
XYZ68.4875.3426.26-
YUV219.2867.46147.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 112 (44.14% from 255) = 19.15%
R=42.22%
G=38.63%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722611200.090.550.0350.6789.470.39
HexF7E27009373335946
Octal36734216001167363131106
Binary11110111111000101110000010011101111111001110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E270; }

 p { color: rgb(247,226,112); }

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

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

 a { background-color: rgb(247,226,112); }

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

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

 span { border-color: rgb(247,226,112); }

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