#FEFE9E

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

Shades of Canary #FEFE9E

Tints of Canary #FEFE9E

Color information

#FEFE9E (or 0xFEFE9E) is unknown color: approx Canary. HEX triplet: FE, FE and 9E. RGB value is (254,254,158). Sum of RGB (Red+Green+Blue) = 254+254+158=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 158 (62.11% from 255 or 23.72% from 666); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFE9E is #010161. Grayscale: #F3F3F3. Windows color (decimal): -65890 or 10419966. OLE color: 10419966.

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

Color convert

RGB254254158-
CMYK000.380.00
HSL60º97.96%80.78%-
HSV(B)60º37.8%99.61%-
XYZ82.4994.4246.23-
YUV243.0680135.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 158 (62.11% from 255) = 23.72%
R=38.14%
G=38.14%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254158000.380.006097.9680.78
HexFEFE9E002603c6251
Octal3763762360046074142121
Binary11111110111111101001111000100110011110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFE9E; }

 p { color: rgb(254,254,158); }

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

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

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

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

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

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

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