#F7F65F

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

Shades of Corn #F7F65F

Tints of Corn #F7F65F

Color information

#F7F65F (or 0xF7F65F) is unknown color: approx Corn. HEX triplet: F7, F6 and 5F. RGB value is (247,246,95). Sum of RGB (Red+Green+Blue) = 247+246+95=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 95 (37.5% from 255 or 16.16% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F65F is #0809A0. Grayscale: #E5E5E5. Windows color (decimal): -526753 or 6289143. OLE color: 6289143.

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

Color convert

RGB24724695-
CMYK00.000.620.03
HSL59.61º90.48%67.06%-
HSV(B)59.61º61.54%96.86%-
XYZ73.3886.5123.66-
YUV229.0852.33140.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.01%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 95 (37.5% from 255) = 16.16%
R=42.01%
G=41.84%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472469500.000.620.0359.6190.4867.06
HexF7F65F003E33c5a43
Octal3673661370076374132103
Binary11110111111101101011111001111101111110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F65F; }

 p { color: rgb(247,246,95); }

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

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

 a { background-color: rgb(247,246,95); }

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

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

 span { border-color: rgb(247,246,95); }

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