#F8FEA1

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

Shades of Canary #F8FEA1

Tints of Canary #F8FEA1

Color information

#F8FEA1 (or 0xF8FEA1) is unknown color: approx Canary. HEX triplet: F8, FE and A1. RGB value is (248,254,161). Sum of RGB (Red+Green+Blue) = 248+254+161=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 161 (63.28% from 255 or 24.28% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA1 is #07015E. Grayscale: #F1F1F1. Windows color (decimal): -459103 or 10616568. OLE color: 10616568.

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

Color convert

RGB248254161-
CMYK0.0200.370.00
HSL63.87º97.89%81.37%-
HSV(B)63.87º36.61%99.61%-
XYZ80.5993.4147.5-
YUV241.682.51132.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 161 (63.28% from 255) = 24.28%
R=37.41%
G=38.31%
B=24.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482541610.0200.370.0063.8797.8981.37
HexF8FEA120250406251
Octal37037624120450100142121
Binary1111100011111110101000011001001010100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEA1; }

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

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

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

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

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

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

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

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