#F6F264

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

Shades of Corn #F6F264

Tints of Corn #F6F264

Color information

#F6F264 (or 0xF6F264) is unknown color: approx Corn. HEX triplet: F6, F2 and 64. RGB value is (246,242,100). Sum of RGB (Red+Green+Blue) = 246+242+100=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F264 is #090D9B. Grayscale: #E3E3E3. Windows color (decimal): -593308 or 6615798. OLE color: 6615798.

HSL color Cylindrical-coordinate representation of color #F6F264: hue angle of 58.36º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6F264 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246242100-
CMYK00.020.590.04
HSL58.36º89.02%67.84%-
HSV(B)58.36º59.35%96.47%-
XYZ72.0684.0224.48-
YUV227.0156.33141.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 100 (39.45% from 255) = 17.01%
R=41.84%
G=41.16%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624210000.020.590.0458.3689.0267.84
HexF6F264023B43a5944
Octal3663621440273472131104
Binary1111011011110010110010001011101110011101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F264; }

 p { color: rgb(246,242,100); }

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

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

 a { background-color: rgb(246,242,100); }

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

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

 span { border-color: rgb(246,242,100); }

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