#FFFE95

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

Shades of Canary #FFFE95

Tints of Canary #FFFE95

Color information

#FFFE95 (or 0xFFFE95) is unknown color: approx Canary. HEX triplet: FF, FE and 95. RGB value is (255,254,149). Sum of RGB (Red+Green+Blue) = 255+254+149=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 149 (58.59% from 255 or 22.64% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE95 is #00016A. Grayscale: #F2F2F2. Windows color (decimal): -363 or 9830143. OLE color: 9830143.

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

Color convert

RGB255254149-
CMYK00.000.420
HSL59.43º100%79.22%-
HSV(B)59.43º41.57%100%-
XYZ82.1194.3142.31-
YUV242.3375.33137.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 149 (58.59% from 255) = 22.64%
R=38.75%
G=38.60%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525414900.000.42059.4310079.22
HexFFFE95002A03b644f
Octal3773762250052073144117
Binary11111111111111101001010100101010011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE95; }

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

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

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

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

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

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

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

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