#FEFEA0

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

Shades of Canary #FEFEA0

Tints of Canary #FEFEA0

Color information

#FEFEA0 (or 0xFEFEA0) is unknown color: approx Canary. HEX triplet: FE, FE and A0. RGB value is (254,254,160). Sum of RGB (Red+Green+Blue) = 254+254+160=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 160 (62.89% from 255 or 23.95% from 668); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEA0 is #01015F. Grayscale: #F3F3F3. Windows color (decimal): -65888 or 10551038. OLE color: 10551038.

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

Color convert

RGB254254160-
CMYK000.370.00
HSL60º97.92%81.18%-
HSV(B)60º37.01%99.61%-
XYZ82.6694.4947.14-
YUV243.2881135.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 160 (62.89% from 255) = 23.95%
R=38.02%
G=38.02%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254160000.370.006097.9281.18
HexFEFEA0002503c6251
Octal3763762400045074142121
Binary11111110111111101010000000100101011110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEA0; }

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

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

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

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

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

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

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

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