#FEFD96

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

Shades of Canary #FEFD96

Tints of Canary #FEFD96

Color information

#FEFD96 (or 0xFEFD96) is unknown color: approx Canary. HEX triplet: FE, FD and 96. RGB value is (254,253,150). Sum of RGB (Red+Green+Blue) = 254+253+150=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 150 (58.98% from 255 or 22.83% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD96 is #010269. Grayscale: #F1F1F1. Windows color (decimal): -66154 or 9895422. OLE color: 9895422.

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

Color convert

RGB254253150-
CMYK00.000.410.00
HSL59.42º98.11%79.22%-
HSV(B)59.42º40.94%99.61%-
XYZ81.593.5242.61-
YUV241.5676.33136.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 150 (58.98% from 255) = 22.83%
R=38.66%
G=38.51%
B=22.83%

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
Decimal25425315000.000.410.0059.4298.1179.22
HexFEFD96002903b624f
Octal3763752260051073142117
Binary11111110111111011001011000101001011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFD96; }

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

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

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

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

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

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

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

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