#FDFFA0

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

Shades of Canary #FDFFA0

Tints of Canary #FDFFA0

Color information

#FDFFA0 (or 0xFDFFA0) is unknown color: approx Canary. HEX triplet: FD, FF and A0. RGB value is (253,255,160). Sum of RGB (Red+Green+Blue) = 253+255+160=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 160 (62.89% from 255 or 23.95% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA0 is #02005F. Grayscale: #F3F3F3. Windows color (decimal): -131168 or 10551293. OLE color: 10551293.

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

Color convert

RGB253255160-
CMYK0.0100.370
HSL61.26º100%81.37%-
HSV(B)61.26º37.25%100%-
XYZ82.6194.9447.23-
YUV243.5780.84134.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 160 (62.89% from 255) = 23.95%
R=37.87%
G=38.17%
B=23.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551600.0100.37061.2610081.37
HexFDFFA0102503d6451
Octal3753772401045075144121
Binary11111101111111111010000010100101011110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFA0; }

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

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

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

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

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

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

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

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