#FEFD95

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

Shades of Canary #FEFD95

Tints of Canary #FEFD95

Color information

#FEFD95 (or 0xFEFD95) is unknown color: approx Canary. HEX triplet: FE, FD and 95. RGB value is (254,253,149). Sum of RGB (Red+Green+Blue) = 254+253+149=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 149 (58.59% from 255 or 22.71% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD95 is #01026A. Grayscale: #F1F1F1. Windows color (decimal): -66155 or 9829886. OLE color: 9829886.

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

Color convert

RGB254253149-
CMYK00.000.410.00
HSL59.43º98.13%79.02%-
HSV(B)59.43º41.34%99.61%-
XYZ81.4293.4942.19-
YUV241.4475.83136.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 149 (58.59% from 255) = 22.71%
R=38.72%
G=38.57%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425314900.000.410.0059.4398.1379.02
HexFEFD95002903b624f
Octal3763752250051073142117
Binary11111110111111011001010100101001011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFD95; }

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

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

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

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

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

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

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

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