#FFFEA3

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

Shades of Canary #FFFEA3

Tints of Canary #FFFEA3

Color information

#FFFEA3 (or 0xFFFEA3) is unknown color: approx Canary. HEX triplet: FF, FE and A3. RGB value is (255,254,163). Sum of RGB (Red+Green+Blue) = 255+254+163=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 163 (64.06% from 255 or 24.26% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA3 is #00015C. Grayscale: #F4F4F4. Windows color (decimal): -349 or 10747647. OLE color: 10747647.

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

Color convert

RGB255254163-
CMYK00.000.360
HSL59.35º100%81.96%-
HSV(B)59.35º36.08%100%-
XYZ83.2994.7948.56-
YUV243.9282.33135.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 163 (64.06% from 255) = 24.26%
R=37.95%
G=37.80%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525416300.000.36059.3510081.96
HexFFFEA3002403b6452
Octal3773762430044073144122
Binary11111111111111101010001100100100011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEA3; }

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

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

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

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

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

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

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

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