#FFFEA4

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

Shades of Canary #FFFEA4

Tints of Canary #FFFEA4

Color information

#FFFEA4 (or 0xFFFEA4) is unknown color: approx Canary. HEX triplet: FF, FE and A4. RGB value is (255,254,164). Sum of RGB (Red+Green+Blue) = 255+254+164=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 164 (64.45% from 255 or 24.37% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA4 is #00015B. Grayscale: #F4F4F4. Windows color (decimal): -348 or 10813183. OLE color: 10813183.

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

Color convert

RGB255254164-
CMYK00.000.360
HSL59.34º100%82.16%-
HSV(B)59.34º35.69%100%-
XYZ83.3894.8249.03-
YUV244.0482.83135.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 164 (64.45% from 255) = 24.37%
R=37.89%
G=37.74%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525416400.000.36059.3410082.16
HexFFFEA4002403b6452
Octal3773762440044073144122
Binary11111111111111101010010000100100011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEA4; }

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

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

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

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

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

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

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

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