#FDFDA1

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

Shades of Canary #FDFDA1

Tints of Canary #FDFDA1

Color information

#FDFDA1 (or 0xFDFDA1) is unknown color: approx Canary. HEX triplet: FD, FD and A1. RGB value is (253,253,161). Sum of RGB (Red+Green+Blue) = 253+253+161=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 161 (63.28% from 255 or 24.14% from 667); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA1 is #02025E. Grayscale: #F2F2F2. Windows color (decimal): -131679 or 10616317. OLE color: 10616317.

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

Color convert

RGB253253161-
CMYK000.360.01
HSL60º95.83%81.18%-
HSV(B)60º36.36%99.22%-
XYZ82.0793.7147.48-
YUV242.5182135.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 161 (63.28% from 255) = 24.14%
R=37.93%
G=37.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253161000.360.016095.8381.18
HexFDFDA1002413c6051
Octal3753752410044174140121
Binary11111101111111011010000100100100111110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDA1; }

 p { color: rgb(253,253,161); }

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

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

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

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

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

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

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