#F6FFA0

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

Shades of Canary #F6FFA0

Tints of Canary #F6FFA0

Color information

#F6FFA0 (or 0xF6FFA0) is unknown color: approx Canary. HEX triplet: F6, FF and A0. RGB value is (246,255,160). Sum of RGB (Red+Green+Blue) = 246+255+160=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 160 (62.89% from 255 or 24.21% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FFA0 is #09005F. Grayscale: #F1F1F1. Windows color (decimal): -589920 or 10551286. OLE color: 10551286.

HSL color Cylindrical-coordinate representation of color #F6FFA0: hue angle of 65.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6FFA0 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB246255160-
CMYK0.0400.370
HSL65.68º100%81.37%-
HSV(B)65.68º37.25%100%-
XYZ80.1193.6547.11-
YUV241.4882.02131.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 160 (62.89% from 255) = 24.21%
R=37.22%
G=38.58%
B=24.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462551600.0400.37065.6810081.37
HexF6FFA040250426451
Octal36637724040450102144121
Binary11110110111111111010000010001001010100001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFA0; }

 p { color: rgb(246,255,160); }

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

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

 a { background-color: rgb(246,255,160); }

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

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

 span { border-color: rgb(246,255,160); }

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