#FEFFA0

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

Shades of Canary #FEFFA0

Tints of Canary #FEFFA0

Color information

#FEFFA0 (or 0xFEFFA0) is unknown color: approx Canary. HEX triplet: FE, FF and A0. RGB value is (254,255,160). Sum of RGB (Red+Green+Blue) = 254+255+160=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 160 (62.89% from 255 or 23.92% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA0 is #01005F. Grayscale: #F4F4F4. Windows color (decimal): -65632 or 10551294. OLE color: 10551294.

HSL color Cylindrical-coordinate representation of color #FEFFA0: hue angle of 60.63º 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 #FEFFA0 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB254255160-
CMYK0.0000.370
HSL60.63º100%81.37%-
HSV(B)60.63º37.25%100%-
XYZ82.9895.1347.25-
YUV243.8780.67135.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 160 (62.89% from 255) = 23.92%
R=37.97%
G=38.12%
B=23.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551600.0000.37060.6310081.37
HexFEFFA0002503d6451
Octal3763772400045075144121
Binary11111110111111111010000000100101011110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFA0; }

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

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

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

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

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

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

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

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