#FFFE96

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

Shades of Canary #FFFE96

Tints of Canary #FFFE96

Color information

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

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

Color convert

RGB255254150-
CMYK00.000.410
HSL59.43º100%79.41%-
HSV(B)59.43º41.18%100%-
XYZ82.1994.3542.73-
YUV242.4475.83136.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525415000.000.41059.4310079.41
HexFFFE96002903b644f
Octal3773762260051073144117
Binary11111111111111101001011000101001011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE96; }

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

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

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

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

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

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

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

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