#FFFE94

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

Shades of Canary #FFFE94

Tints of Canary #FFFE94

Color information

#FFFE94 (or 0xFFFE94) is unknown color: approx Canary. HEX triplet: FF, FE and 94. RGB value is (255,254,148). Sum of RGB (Red+Green+Blue) = 255+254+148=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 148 (58.20% from 255 or 22.53% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE94 is #00016B. Grayscale: #F2F2F2. Windows color (decimal): -364 or 9764607. OLE color: 9764607.

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

Color convert

RGB255254148-
CMYK00.000.420
HSL59.44º100%79.02%-
HSV(B)59.44º41.96%100%-
XYZ82.0394.2841.89-
YUV242.2174.83137.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 148 (58.20% from 255) = 22.53%
R=38.81%
G=38.66%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525414800.000.42059.4410079.02
HexFFFE94002A03b644f
Octal3773762240052073144117
Binary11111111111111101001010000101010011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE94; }

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

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

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

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

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

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

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

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