#FFFEA1

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

Shades of Canary #FFFEA1

Tints of Canary #FFFEA1

Color information

#FFFEA1 (or 0xFFFEA1) is unknown color: approx Canary. HEX triplet: FF, FE and A1. RGB value is (255,254,161). Sum of RGB (Red+Green+Blue) = 255+254+161=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 161 (63.28% from 255 or 24.03% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA1 is #00015E. Grayscale: #F4F4F4. Windows color (decimal): -351 or 10616575. OLE color: 10616575.

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

Color convert

RGB255254161-
CMYK00.000.370
HSL59.36º100%81.57%-
HSV(B)59.36º36.86%100%-
XYZ83.1194.7247.62-
YUV243.781.33136.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 161 (63.28% from 255) = 24.03%
R=38.06%
G=37.91%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525416100.000.37059.3610081.57
HexFFFEA1002503b6452
Octal3773762410045073144122
Binary11111111111111101010000100100101011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEA1; }

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

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

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

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

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

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

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

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