#F7E275

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

Shades of Sweet Corn #F7E275

Tints of Sweet Corn #F7E275

Color information

#F7E275 (or 0xF7E275) is unknown color: approx Sweet Corn. HEX triplet: F7, E2 and 75. RGB value is (247,226,117). Sum of RGB (Red+Green+Blue) = 247+226+117=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E275 is #081D8A. Grayscale: #DCDCDC. Windows color (decimal): -531851 or 7725815. OLE color: 7725815.

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

Color convert

RGB247226117-
CMYK00.090.530.03
HSL50.31º89.04%71.37%-
HSV(B)50.31º52.63%96.86%-
XYZ68.7775.4527.77-
YUV219.8569.96147.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.86%
GREEN value IS 226 (88.67% from 255) = 38.31%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=41.86%
G=38.31%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722611700.090.530.0350.3189.0471.37
HexF7E27509353325947
Octal36734216501165362131107
Binary11110111111000101110101010011101011111001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E275; }

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

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

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

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

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

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

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

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