#F6FEA0

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

Shades of Canary #F6FEA0

Tints of Canary #F6FEA0

Color information

#F6FEA0 (or 0xF6FEA0) is unknown color: approx Canary. HEX triplet: F6, FE and A0. RGB value is (246,254,160). Sum of RGB (Red+Green+Blue) = 246+254+160=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 160 (62.89% from 255 or 24.24% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FEA0 is #09015F. Grayscale: #F1F1F1. Windows color (decimal): -590176 or 10551030. OLE color: 10551030.

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

Color convert

RGB246254160-
CMYK0.0300.370.00
HSL65.11º97.92%81.18%-
HSV(B)65.11º37.01%99.61%-
XYZ79.7993.0147.01-
YUV240.8982.35131.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 160 (62.89% from 255) = 24.24%
R=37.27%
G=38.48%
B=24.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462541600.0300.370.0065.1197.9281.18
HexF6FEA030250416251
Octal36637624030450101142121
Binary1111011011111110101000001101001010100000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEA0; }

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

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

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

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

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

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

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

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