#FEFDA2

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

Shades of Canary #FEFDA2

Tints of Canary #FEFDA2

Color information

#FEFDA2 (or 0xFEFDA2) is unknown color: approx Canary. HEX triplet: FE, FD and A2. RGB value is (254,253,162). Sum of RGB (Red+Green+Blue) = 254+253+162=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 162 (63.67% from 255 or 24.22% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA2 is #01025D. Grayscale: #F3F3F3. Windows color (decimal): -66142 or 10681854. OLE color: 10681854.

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

Color convert

RGB254253162-
CMYK00.000.360.00
HSL59.35º97.87%81.57%-
HSV(B)59.35º36.22%99.61%-
XYZ82.5293.9347.96-
YUV242.9282.33135.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 162 (63.67% from 255) = 24.22%
R=37.97%
G=37.82%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425316200.000.360.0059.3597.8781.57
HexFEFDA2002403b6252
Octal3763752420044073142122
Binary11111110111111011010001000100100011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDA2; }

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

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

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

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

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

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

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

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