#FEFD9A

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

Shades of Canary #FEFD9A

Tints of Canary #FEFD9A

Color information

#FEFD9A (or 0xFEFD9A) is unknown color: approx Canary. HEX triplet: FE, FD and 9A. RGB value is (254,253,154). Sum of RGB (Red+Green+Blue) = 254+253+154=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 154 (60.55% from 255 or 23.30% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD9A is #010265. Grayscale: #F2F2F2. Windows color (decimal): -66150 or 10157566. OLE color: 10157566.

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

Color convert

RGB254253154-
CMYK00.000.390.00
HSL59.4º98.04%80%-
HSV(B)59.4º39.37%99.61%-
XYZ81.8393.6544.34-
YUV242.0178.33136.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 154 (60.55% from 255) = 23.30%
R=38.43%
G=38.28%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425315400.000.390.0059.498.0480
HexFEFD9A002703b6250
Octal3763752320047073142120
Binary11111110111111011001101000100111011101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFD9A; }

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

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

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

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

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

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

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

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