#FEFC95

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

Shades of Canary #FEFC95

Tints of Canary #FEFC95

Color information

#FEFC95 (or 0xFEFC95) is unknown color: approx Canary. HEX triplet: FE, FC and 95. RGB value is (254,252,149). Sum of RGB (Red+Green+Blue) = 254+252+149=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 149 (58.59% from 255 or 22.75% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC95 is #01036A. Grayscale: #F1F1F1. Windows color (decimal): -66411 or 9829630. OLE color: 9829630.

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

Color convert

RGB254252149-
CMYK00.010.410.00
HSL58.86º98.13%79.02%-
HSV(B)58.86º41.34%99.61%-
XYZ81.1192.8642.08-
YUV240.8676.16137.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 149 (58.59% from 255) = 22.75%
R=38.78%
G=38.47%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425214900.010.410.0058.8698.1379.02
HexFEFC95012903b624f
Octal3763742250151073142117
Binary11111110111111001001010101101001011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFC95; }

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

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

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

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

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

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

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

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