#FEFB90

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

Shades of Canary #FEFB90

Tints of Canary #FEFB90

Color information

#FEFB90 (or 0xFEFB90) is unknown color: approx Canary. HEX triplet: FE, FB and 90. RGB value is (254,251,144). Sum of RGB (Red+Green+Blue) = 254+251+144=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 144 (56.64% from 255 or 22.19% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB90 is #01046F. Grayscale: #F0F0F0. Windows color (decimal): -66672 or 9501694. OLE color: 9501694.

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

Color convert

RGB254251144-
CMYK00.010.430.00
HSL58.36º98.21%78.04%-
HSV(B)58.36º43.31%99.61%-
XYZ80.492.0839.92-
YUV239.773.99138.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 144 (56.64% from 255) = 22.19%
R=39.14%
G=38.67%
B=22.19%

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
Decimal25425114400.010.430.0058.3698.2178.04
HexFEFB90012B03a624e
Octal3763732200153072142116
Binary11111110111110111001000001101011011101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB90; }

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

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

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

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

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

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

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

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