#F7F160

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

Shades of Corn #F7F160

Tints of Corn #F7F160

Color information

#F7F160 (or 0xF7F160) is unknown color: approx Corn. HEX triplet: F7, F1 and 60. RGB value is (247,241,96). Sum of RGB (Red+Green+Blue) = 247+241+96=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 96 (37.89% from 255 or 16.44% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F160 is #080E9F. Grayscale: #E2E2E2. Windows color (decimal): -528032 or 6353399. OLE color: 6353399.

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

Color convert

RGB24724196-
CMYK00.020.610.03
HSL57.62º90.42%67.25%-
HSV(B)57.62º61.13%96.86%-
XYZ71.9283.5323.4-
YUV226.2654.49142.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 96 (37.89% from 255) = 16.44%
R=42.29%
G=41.27%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472419600.020.610.0357.6290.4267.25
HexF7F160023D33a5a43
Octal3673611400275372132103
Binary111101111111000111000000101111011111101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F160; }

 p { color: rgb(247,241,96); }

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

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

 a { background-color: rgb(247,241,96); }

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

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

 span { border-color: rgb(247,241,96); }

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