#FFFEA0

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

Shades of Canary #FFFEA0

Tints of Canary #FFFEA0

Color information

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

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

Color convert

RGB255254160-
CMYK00.000.370
HSL59.37º100%81.37%-
HSV(B)59.37º37.25%100%-
XYZ83.0394.6847.16-
YUV243.5880.83136.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525416000.000.37059.3710081.37
HexFFFEA0002503b6451
Octal3773762400045073144121
Binary11111111111111101010000000100101011101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEA0; }

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

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

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

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

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

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

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

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