#FEFB91

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

Shades of Canary #FEFB91

Tints of Canary #FEFB91

Color information

#FEFB91 (or 0xFEFB91) is unknown color: approx Canary. HEX triplet: FE, FB and 91. RGB value is (254,251,145). Sum of RGB (Red+Green+Blue) = 254+251+145=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 145 (57.03% from 255 or 22.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB91 is #01046E. Grayscale: #F0F0F0. Windows color (decimal): -66671 or 9567230. OLE color: 9567230.

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

Color convert

RGB254251145-
CMYK00.010.430.00
HSL58.35º98.2%78.24%-
HSV(B)58.35º42.91%99.61%-
XYZ80.4892.1140.33-
YUV239.8174.49138.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 145 (57.03% from 255) = 22.31%
R=39.08%
G=38.62%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425114500.010.430.0058.3598.278.24
HexFEFB91012B03a624e
Octal3763732210153072142116
Binary11111110111110111001000101101011011101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB91; }

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

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

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

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

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

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

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

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