#FEFFA2

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

Shades of Canary #FEFFA2

Tints of Canary #FEFFA2

Color information

#FEFFA2 (or 0xFEFFA2) is unknown color: approx Canary. HEX triplet: FE, FF and A2. RGB value is (254,255,162). Sum of RGB (Red+Green+Blue) = 254+255+162=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 162 (63.67% from 255 or 24.14% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA2 is #01005D. Grayscale: #F4F4F4. Windows color (decimal): -65630 or 10682366. OLE color: 10682366.

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

Color convert

RGB254255162-
CMYK0.0000.360
HSL60.65º100%81.76%-
HSV(B)60.65º36.47%100%-
XYZ83.1595.248.18-
YUV244.181.67135.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 162 (63.67% from 255) = 24.14%
R=37.85%
G=38.00%
B=24.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551620.0000.36060.6510081.76
HexFEFFA2002403d6452
Octal3763772420044075144122
Binary11111110111111111010001000100100011110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFA2; }

 p { color: rgb(254,255,162); }

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

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

 a { background-color: rgb(254,255,162); }

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

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

 span { border-color: rgb(254,255,162); }

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