#FEFA91

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

Shades of Canary #FEFA91

Tints of Canary #FEFA91

Color information

#FEFA91 (or 0xFEFA91) is unknown color: approx Canary. HEX triplet: FE, FA and 91. RGB value is (254,250,145). Sum of RGB (Red+Green+Blue) = 254+250+145=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 145 (57.03% from 255 or 22.34% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA91 is #01056E. Grayscale: #EFEFEF. Windows color (decimal): -66927 or 9566974. OLE color: 9566974.

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

Color convert

RGB254250145-
CMYK00.020.430.00
HSL57.8º98.2%78.24%-
HSV(B)57.8º42.91%99.61%-
XYZ80.1791.4940.22-
YUV239.2374.83138.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 145 (57.03% from 255) = 22.34%
R=39.14%
G=38.52%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425014500.020.430.0057.898.278.24
HexFEFA91022B03a624e
Octal3763722210253072142116
Binary111111101111101010010001010101011011101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA91; }

 p { color: rgb(254,250,145); }

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

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

 a { background-color: rgb(254,250,145); }

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

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

 span { border-color: rgb(254,250,145); }

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