#FEFDA0

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

Shades of Canary #FEFDA0

Tints of Canary #FEFDA0

Color information

#FEFDA0 (or 0xFEFDA0) is unknown color: approx Canary. HEX triplet: FE, FD and A0. RGB value is (254,253,160). Sum of RGB (Red+Green+Blue) = 254+253+160=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 160 (62.89% from 255 or 23.99% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA0 is #01025F. Grayscale: #F3F3F3. Windows color (decimal): -66144 or 10550782. OLE color: 10550782.

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

Color convert

RGB254253160-
CMYK00.000.370.00
HSL59.36º97.92%81.18%-
HSV(B)59.36º37.01%99.61%-
XYZ82.3493.8647.03-
YUV242.781.33136.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 160 (62.89% from 255) = 23.99%
R=38.08%
G=37.93%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425316000.000.370.0059.3697.9281.18
HexFEFDA0002503b6251
Octal3763752400045073142121
Binary11111110111111011010000000100101011101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDA0; }

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

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

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

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

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

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

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

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