#FDFCA0

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

Shades of Canary #FDFCA0

Tints of Canary #FDFCA0

Color information

#FDFCA0 (or 0xFDFCA0) is unknown color: approx Canary. HEX triplet: FD, FC and A0. RGB value is (253,252,160). Sum of RGB (Red+Green+Blue) = 253+252+160=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 160 (62.89% from 255 or 24.06% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA0 is #02035F. Grayscale: #F2F2F2. Windows color (decimal): -131936 or 10550525. OLE color: 10550525.

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

Color convert

RGB253252160-
CMYK00.000.370.01
HSL59.35º95.88%80.98%-
HSV(B)59.35º36.76%99.22%-
XYZ81.6693.0446.91-
YUV241.8181.83135.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 160 (62.89% from 255) = 24.06%
R=38.05%
G=37.89%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325216000.000.370.0159.3595.8880.98
HexFDFCA0002513b6051
Octal3753742400045173140121
Binary11111101111111001010000000100101111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCA0; }

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

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

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

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

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

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

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

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