#FEFF96

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

Shades of Canary #FEFF96

Tints of Canary #FEFF96

Color information

#FEFF96 (or 0xFEFF96) is unknown color: approx Canary. HEX triplet: FE, FF and 96. RGB value is (254,255,150). Sum of RGB (Red+Green+Blue) = 254+255+150=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 150 (58.98% from 255 or 22.76% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF96 is #010069. Grayscale: #F3F3F3. Windows color (decimal): -65642 or 9895934. OLE color: 9895934.

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

Color convert

RGB254255150-
CMYK0.0000.410
HSL60.57º100%79.41%-
HSV(B)60.57º41.18%100%-
XYZ82.1494.7942.82-
YUV242.7375.67136.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 150 (58.98% from 255) = 22.76%
R=38.54%
G=38.69%
B=22.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551500.0000.41060.5710079.41
HexFEFF96002903d644f
Octal3763772260051075144117
Binary11111110111111111001011000101001011110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF96; }

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

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

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

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

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

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

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

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